aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/parentlinks_style.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-10-29 07:50:53 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-10-29 07:50:53 -0400
commited8953716496354561218cdaf10153a8a4f4259d (patch)
tree1ee5969f03d9518af54b33277021f772167ca0a1 /doc/tips/parentlinks_style.mdwn
parent11fc28970b329334d88d3667e5b55e0d57e353ab (diff)
downloadikiwiki-ed8953716496354561218cdaf10153a8a4f4259d.tar
ikiwiki-ed8953716496354561218cdaf10153a8a4f4259d.tar.gz
fix dangling TMPL_IF noticed by rodyaj
Diffstat (limited to 'doc/tips/parentlinks_style.mdwn')
-rw-r--r--doc/tips/parentlinks_style.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tips/parentlinks_style.mdwn b/doc/tips/parentlinks_style.mdwn
index 5294e5452..b10d7cf56 100644
--- a/doc/tips/parentlinks_style.mdwn
+++ b/doc/tips/parentlinks_style.mdwn
@@ -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.