r9514 - apps/gobi/trunk/code/Page/skins
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hannes Date: 2009-02-17 21:04:58 +0100 (Tue, 17 Feb 2009) New Revision: 9514 Modified: apps/gobi/trunk/code/Page/skins/toc.skin Log: Go back to unnumbered lists for TOC, numbered ones are tricky. Details at http://dev.helma.org/trac/helma/changeset/9514 Modified: apps/gobi/trunk/code/Page/skins/toc.skin =================================================================== --- apps/gobi/trunk/code/Page/skins/toc.skin 2009-02-17 19:54:14 UTC (rev 9513) +++ apps/gobi/trunk/code/Page/skins/toc.skin 2009-02-17 20:04:58 UTC (rev 9514) @@ -1,5 +1,5 @@ <% this.toc - listtype="ol" - prefix="<div class='toc'><h3>Contents <span class='editlink'>[<% toggleLink id='toclist' %>]</span></h3><ol id='toclist'>" - suffix="</ol></div>" + listtype="ul" + prefix="<div class='toc'><h3>Contents <span class='editlink'>[<% toggleLink id='toclist' %>]</span></h3><ul id='toclist'>" + suffix="</ul></div>" %>