]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fix dangling TMPL_IF noticed by rodyaj
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 29 Oct 2009 11:50:53 +0000 (07:50 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 29 Oct 2009 11:50:53 +0000 (07:50 -0400)
doc/tips/parentlinks_style.mdwn

index 5294e545277dc30e3ce86f6d6f200abab8289660..b10d7cf567deb24b35d2a0b6cca4a6faf8aa6038 100644 (file)
@@ -77,6 +77,7 @@ following lines in `page.tmpl`:
        <a href="<TMPL_VAR NAME="URL">" class="height<TMPL_VAR NAME="HEIGHT">">
          <TMPL_VAR NAME="PAGE">
        </a> / 
+        </TMPL_IF>
        </TMPL_LOOP>
 
 Then write the appropriate CSS bits for `a.height1`, etc.