Make --toc work in epub output.

This commit is contained in:
John MacFarlane 2011-02-06 08:59:51 -08:00
parent 79a0fbe146
commit 9b38b69c94

View file

@ -276,6 +276,9 @@ pageTemplate = unlines
, "$endfor$"
, "$else$"
, "<h1>$title$</h1>"
, "$if(toc)$"
, "$toc$"
, "$endif$"
, "$body$"
, "$endif$"
, "</body>"