]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/inlinepage.tmpl
don't generate tags span if there are no tags..
[ikiwiki.git] / templates / inlinepage.tmpl
index aaadaad10983b32c8cc644ffdc9a9156f53db862..26889ac93d6707becd8814b3f9b12f7adfecc96d 100644 (file)
 </span>
 <TMPL_VAR CONTENT>
 
-<div class="trailer">
-
 <span class="pageinfo">
 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">
@@ -46,5 +44,3 @@ Tags:
 </TMPL_IF>
 
 </div>
-
-</div>