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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/article.html') 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}

-- cgit v1.2.3