aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap2/templates/taglist.html
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap2/templates/taglist.html')
-rw-r--r--bootstrap2/templates/taglist.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap2/templates/taglist.html b/bootstrap2/templates/taglist.html
index c87ec0e..b553f7f 100644
--- a/bootstrap2/templates/taglist.html
+++ b/bootstrap2/templates/taglist.html
@@ -1,5 +1,5 @@
{% if article.tags %}
-<span class="label">Tags</span>
+<span class="label">Tags</span>
{% for tag in article.tags %}
<a href="{{ SITEURL }}/{{ tag.url }}"><i class="icon-tag"></i>{{ tag }}</a>
{% endfor %}