1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-20 11:21:34 +02:00

Fix HTML error in html standalone template

This commit is contained in:
Elisabeth Henry 2017-01-05 15:43:35 +01:00
parent 2cad58016f
commit 461917eb99

View File

@ -40,10 +40,10 @@
src="{{{book_svg}}}"
onclick="javascript:switchAll()">
</div>
{{/one_chapter}}
<div id = "nav-title">
<h2><a href = "#link-0">{{{title}}}</a></h2>
</div>
</div>
{{/one_chapter}}
<div id = "nav-title">
<h2><a href = "#link-0">{{{title}}}</a></h2>
</div>
{{{toc}}}
</nav>