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/home.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/home.twig') diff --git a/tpl/home.twig b/tpl/home.twig index 03f9f70d..58586d7a 100644 --- a/tpl/home.twig +++ b/tpl/home.twig @@ -13,7 +13,7 @@ {{ page_links | raw }} {% for entry in entries %}
-

{{ entry.title|e }}

+

{{ entry.title|raw }}