From ffc966d72fa2b5016e143d490994459ff4591571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 23 Aug 2013 21:06:45 +0200 Subject: fix bug #151: HTML entities in titles are encoded twice --- tpl/view.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/view.twig') diff --git a/tpl/view.twig b/tpl/view.twig index ba0aae30..0456471e 100644 --- a/tpl/view.twig +++ b/tpl/view.twig @@ -16,7 +16,7 @@
-

{{ entry.title|e }}

+

{{ entry.title|raw }}

-- cgit v1.2.3