From f217897713d2575c771f4356a5a840bd6f0d63c7 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 22 Apr 2013 17:22:20 +0200 Subject: Article on narrow non breaking space in html --- theme/templates/article.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'theme/templates') diff --git a/theme/templates/article.html b/theme/templates/article.html index 6c57dbf..1328834 100755 --- a/theme/templates/article.html +++ b/theme/templates/article.html @@ -1,10 +1,10 @@ {% extends "base.html" %} -{% block title %}{{ SITENAME }} - {{ article.title }}{% endblock %} +{% block title %}{{ SITENAME }} - {{ article.title |striptags }}{% endblock %} {% block content %}
-

{{ article.title }}

+

{{ article.title }}

{%include 'meta.html'%}
-- cgit v1.2.3