diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-29 07:50:53 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-29 07:50:53 -0400 |
commit | ed8953716496354561218cdaf10153a8a4f4259d (patch) | |
tree | 1ee5969f03d9518af54b33277021f772167ca0a1 /doc/tips | |
parent | 11fc28970b329334d88d3667e5b55e0d57e353ab (diff) |
fix dangling TMPL_IF noticed by rodyaj
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/parentlinks_style.mdwn | 1 |
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. |