Commit 8063fd2d authored by Tristan Cavelier's avatar Tristan Cavelier

erp5_run_my_doc: fix partContainer in html5_book.js

parent 5caf5d33
......@@ -295,7 +295,7 @@ function convertBook(linkToBook, container){\n
var firstSection = true, firstChapter = true;\n
var n = sections.length;\n
var partCounter = 0, matterCounter = 1;\n
var partContainer;\n
var partContainer = $(\'<div>\');\n
for(var i = 0; i < n; i++){\n
var section = sections.eq(i);\n
var isPart = section[0].tagName.toUpperCase() == \'UL\';\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment