Added TOC identifier in EPUB page template.

Closes #329.
This commit is contained in:
John MacFarlane 2011-10-27 12:00:34 -07:00
parent 3475e7ec8b
commit 1a1f6cb08b

View file

@ -314,7 +314,9 @@ pageTemplate = unlines
, "$else$"
, "<h1>$title$</h1>"
, "$if(toc)$"
, "<div id=\"$idprefix$TOC\">"
, "$toc$"
, "</div>"
, "$endif$"
, "$endif$"
, "$body$"