aboutsummaryrefslogtreecommitdiff
path: root/t/map.t
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2012-08-03 12:48:46 +0100
committerSimon McVittie <smcv@debian.org>2013-02-24 13:10:24 +0000
commit3f27a9733660c811c6b8d640ddadbd811979e24c (patch)
treefcbec073fef9f941239f337f28febac1114ee14c /t/map.t
parentce1c7a3eab5fb2a0bcf639171a4f2dd2ef981963 (diff)
downloadikiwiki-3f27a9733660c811c6b8d640ddadbd811979e24c.tar
ikiwiki-3f27a9733660c811c6b8d640ddadbd811979e24c.tar.gz
Optionally add indentation to maps
This makes them easier to debug by showing the structure. Sample output when $spaces is set to 4 spaces: <div class='map'> <ul> <li> <a href="../alpha" class="mapparent">alpha</a> <ul> <li> <a href="../alpha/1" class="mapitem">1</a> </li> </ul> </li> <li> <a href="../beta" class="mapitem">beta</a> </li> </ul> </div>
Diffstat (limited to 't/map.t')
0 files changed, 0 insertions, 0 deletions