HTML writer: Add ids to <section> tags.

This commit is contained in:
John MacFarlane
2011-01-15 22:35:25 -08:00
parent 19234efc95
commit 53eb2c4828
+2 -1
View File
@@ -233,7 +233,8 @@ elementToHtml opts (Sec level num id' title' elements) = do
then toHtmlFromList stuff
else if writerSectionDivs opts
then if writerHtml5 opts
then tag "section" << stuff
then tag "section" ! [prefixedId opts id']
<< stuff
else thediv ! [prefixedId opts id'] << stuff
else toHtmlFromList stuff