From abe307a673d881411ac1fa8bee07cc347143d263 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 12 Mar 2011 16:08:04 +0100 Subject: Handle article titles as HTML rather than plain text. --- templates/journal_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/journal_page.html') 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 @@ {.repeated section @} - {title|html} + {title} {publishing-date|html-short-human-date} {comments-label|html} -- cgit v1.2.3