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 --- Just-Read/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Just-Read') diff --git a/Just-Read/templates/index.html b/Just-Read/templates/index.html index f1dab78..4e4fd64 100644 --- a/Just-Read/templates/index.html +++ b/Just-Read/templates/index.html @@ -17,7 +17,7 @@
    {% endif %} {% elif loop.index < 7 %} -
  1. {{ article.title }}
  2. +
  3. {{ article.title }}
  4. {% endif %} {% endfor %}
@@ -25,4 +25,4 @@

More posts in the archive.

-{% endblock content %} \ No newline at end of file +{% endblock content %} -- cgit v1.1