summaryrefslogtreecommitdiff
path: root/templates/journal_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/journal_page.html')
-rw-r--r--templates/journal_page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/journal_page.html b/templates/journal_page.html
index 828ec31..978b3f0 100644
--- a/templates/journal_page.html
+++ b/templates/journal_page.html
@@ -32,7 +32,7 @@
<tbody>
{.repeated section @}
<tr>
- <td><a href="{link|html-attr-value}">{title|html}</a></td>
+ <td><a href="{link|html-attr-value}">{title}</a></td>
<td style="text-align: right">{publishing-date|html-short-human-date}</td>
<td><a href="{comments-link|html-attr-value}">{comments-label|html}</a></td>
</tr>