Open GoogleCodeExporter opened 8 years ago
Please try the changes in r9058
Original comment by axelclk@gmail.com
on 10 Sep 2013 at 9:05
Hi, i tested revision 9133. Not it is almost correct. The code rendered is now.
<div id="toctitle">
<h2>Contents</h2>
</div>
<ul> <------ this needs to be a div
<ul>
<li class="toclevel-1"><a href="#DB2_Befehle_und_Probleme">DB2 Befehle und Probleme</a>
<ul>
<li class="toclevel-2"><a href="#Befehle">Befehle</a></li>
....
The only thing that is not quite correct is the very first ul. Currently the ul
is enclosed
in another ul, which is not correct. the only thing that needs to be corrected
is the first ul.
just replace the very first ul with a div tag, then everything works fine.
expected:
<div id="toctitle">
<h2>Contents</h2>
</div>
<div> <------ this needs to be a div
<ul>
<li class="toclevel-1"><a href="#DB2_Befehle_und_Probleme">DB2 Befehle und Probleme</a>
<ul>
<li class="toclevel-2"><a href="#Befehle">Befehle</a></li>
....
Original comment by andreas....@gmail.com
on 23 Jan 2014 at 2:59
Original issue reported on code.google.com by
andreas....@gmail.com
on 5 Sep 2013 at 1:17Attachments: