projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11fc289
)
fix dangling TMPL_IF noticed by rodyaj
author
Joey Hess
<joey@gnu.kitenet.net>
Thu, 29 Oct 2009 11:50:53 +0000
(07:50 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Thu, 29 Oct 2009 11:50:53 +0000
(07:50 -0400)
doc/tips/parentlinks_style.mdwn
patch
|
blob
|
history
diff --git
a/doc/tips/parentlinks_style.mdwn
b/doc/tips/parentlinks_style.mdwn
index 5294e545277dc30e3ce86f6d6f200abab8289660..b10d7cf567deb24b35d2a0b6cca4a6faf8aa6038 100644
(file)
--- 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.