aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/parentlinks_style.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-10-29 07:57:30 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-10-29 07:57:30 -0400
commit341e5cec5912fd593c0d0836efccf13344488ee2 (patch)
tree4eb1fd34cb8dca8edf5b83ebdfbbc9d25f2b147d /doc/tips/parentlinks_style.mdwn
parent7280c8894cc26543b091a981e4a7cc310630b45a (diff)
downloadikiwiki-341e5cec5912fd593c0d0836efccf13344488ee2.tar
ikiwiki-341e5cec5912fd593c0d0836efccf13344488ee2.tar.gz
fix indentation
Diffstat (limited to 'doc/tips/parentlinks_style.mdwn')
-rw-r--r--doc/tips/parentlinks_style.mdwn2
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.