aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/popular/threads.tmpl')
-rw-r--r--web/templates/popular/threads.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/popular/threads.tmpl b/web/templates/popular/threads.tmpl
index 4dfcbbc..84bc6d6 100644
--- a/web/templates/popular/threads.tmpl
+++ b/web/templates/popular/threads.tmpl
@@ -16,7 +16,7 @@
{{range .}}
<tr>
- <td><a href="/{{.GetListNameFromSubject}}/message/{{.Id}}/">{{.Subject}}</a></td>
+ <td><a href="/{{.GetListNameFromSubject}}/message/{{.Id}}/">{{.GetSubject}}</a></td>
</tr>
{{end}}