From 2983cd82d6fea9b6523d946d1fb0b7c25e0c9cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20=C5=A0m=C3=ADd?= Date: Wed, 11 Sep 2013 15:07:51 +0200 Subject: removed tags from title attribute value --- mnmlist/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mnmlist/templates') diff --git a/mnmlist/templates/index.html b/mnmlist/templates/index.html index 1505418..d29eb44 100644 --- a/mnmlist/templates/index.html +++ b/mnmlist/templates/index.html @@ -21,7 +21,7 @@ {% endif %} {# other items #} {% else %} -
  • {{ article.title }}
  • +
  • {{ article.title }}
  • {% endif %} {% endfor %} {% if loop.length > 1 %} -- cgit v1.1