aboutsummaryrefslogtreecommitdiff
path: root/templates/inlinepage.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-01 23:13:00 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-01 23:13:00 +0000
commit2ece784167edb49a89ca30bfea4a5c793be259ca (patch)
tree56ce451a10aed8c8cbdeabc70e9b1fa576b6d5c4 /templates/inlinepage.tmpl
parent739cb45f23f9487ab8db8fab4f7d472aa9c68b22 (diff)
downloadikiwiki-2ece784167edb49a89ca30bfea4a5c793be259ca.tar
ikiwiki-2ece784167edb49a89ca30bfea4a5c793be259ca.tar.gz
don't generate tags span if there are no tags..
Diffstat (limited to 'templates/inlinepage.tmpl')
-rw-r--r--templates/inlinepage.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl
index 0317c248c..26889ac93 100644
--- a/templates/inlinepage.tmpl
+++ b/templates/inlinepage.tmpl
@@ -21,14 +21,14 @@
Posted <TMPL_VAR CTIME>
</span>
-<span class="tags">
<TMPL_IF NAME="TAGS">
+<span class="tags">
Tags:
<TMPL_LOOP NAME="TAGS">
<TMPL_VAR NAME=LINK>
</TMPL_LOOP>
-</TMPL_IF>
</span>
+</TMPL_IF>
<TMPL_IF NAME="HAVE_ACTIONS">
<div class="actions">