]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotes/tag.html
Fix tag errors found by the new UT
[djsite.git] / quotes / templates / quotes / tag.html
index 3f3eb06a9b16cfbd2111d15c265569133f0f35e9..52497dc241e21d4cce91f4274a7100eb849ed385 100644 (file)
@@ -4,7 +4,7 @@
 
 {% block body %}
 
-<p>All the quotes tagged with "{{ tag.tag }}":<p>
+<p>All the quotes tagged with "{{ tag.tag }}":</p>
 
 {% for quote in tag.quote_set.all %}
   {% include "quotes/display.html" with quote=quote %}