MT#3997 Fix another warning in api/root template.

agranig/rest
Andreas Granig 12 years ago
parent f21a57fe30
commit dbdf898d47

@ -86,7 +86,7 @@
</div>
[% FOR chapter IN chapters -%]
[% IF loop.prev.level >= chapter.level -%]
[% IF loop.prev && loop.prev.level >= chapter.level -%]
<div class="pagebreak"></div>
[% END -%]
<div class="chapter">

Loading…
Cancel
Save