summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-11 14:44:06 +0100
committerGravatar Tom Willemsen2012-11-11 14:44:06 +0100
commitae8fa58f68ac79561f93907e9f95addfa966268a (patch)
treee3d77ed4d202e149d0173c6666e59dda10cf52cf
parentb4e9057d0246a6da409d56ad46c107267d35efd7 (diff)
downloadsite-ae8fa58f68ac79561f93907e9f95addfa966268a.tar.gz
site-ae8fa58f68ac79561f93907e9f95addfa966268a.zip
Tags don't really seem to work as labels
-rw-r--r--templates/inlinepage.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl
index 03b78ca..dd6f413 100644
--- a/templates/inlinepage.tmpl
+++ b/templates/inlinepage.tmpl
@@ -50,7 +50,7 @@ Posted <TMPL_VAR CTIME>
<TMPL_IF HTML5><nav class="tags"><TMPL_ELSE><span class="tags"></TMPL_IF>
Tags:
<TMPL_LOOP TAGS>
-<span class="label label-inverse"><TMPL_VAR LINK></span>
+<TMPL_VAR LINK>
</TMPL_LOOP>
<TMPL_IF HTML5></nav><TMPL_ELSE></span></TMPL_IF>
</TMPL_IF>