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/article.html | 2 +- templates/journal_page.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/article.html b/templates/article.html index 8be086b..7bd233b 100644 --- a/templates/article.html +++ b/templates/article.html @@ -1,6 +1,6 @@
-

{title|html}

+

{title}

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