don't generate tags span if there are no tags..
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 1 May 2007 23:13:00 +0000 (23:13 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 1 May 2007 23:13:00 +0000 (23:13 +0000)
templates/inlinepage.tmpl

index 0317c248ca1086bffc16d8199c53ed8cb12b2166..26889ac93d6707becd8814b3f9b12f7adfecc96d 100644 (file)
 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">