Skip to content

Update cleanHTML.js to distinguish the class names between the TOC and the rest of the book

julientaq requested to merge oenpatch into oen-feature

A quick fix to have

<li class="toc-level-one"> instead of <li class="level-one">

This way,

.level-one will only affect the content and not the TOC.

Merge request reports