diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-29 07:57:30 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-29 07:57:30 -0400 |
commit | 341e5cec5912fd593c0d0836efccf13344488ee2 (patch) | |
tree | 4eb1fd34cb8dca8edf5b83ebdfbbc9d25f2b147d /doc/tips | |
parent | 7280c8894cc26543b091a981e4a7cc310630b45a (diff) |
fix indentation
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/parentlinks_style.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/parentlinks_style.mdwn b/doc/tips/parentlinks_style.mdwn index b10d7cf56..b992a11a0 100644 --- a/doc/tips/parentlinks_style.mdwn +++ b/doc/tips/parentlinks_style.mdwn @@ -77,7 +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_IF> </TMPL_LOOP> Then write the appropriate CSS bits for `a.height1`, etc. |