From 822d52d366ec6c6af76ff4278c8d439de8c93bd7 Mon Sep 17 00:00:00 2001 From: Lukas Vacek Date: Sun, 27 Oct 2013 18:13:56 +0000 Subject: [PATCH] galleria template: Use striptags with in title tag --- sigal/themes/galleria/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigal/themes/galleria/templates/index.html b/sigal/themes/galleria/templates/index.html index 979a918..dc7a580 100644 --- a/sigal/themes/galleria/templates/index.html +++ b/sigal/themes/galleria/templates/index.html @@ -4,7 +4,7 @@ - {{ title }} + {{ title|striptags }}