Added a newline at end of footnotes ol.

This commit is contained in:
John MacFarlane 2011-12-20 11:36:51 -08:00
parent 5ff7f81b85
commit 6636b894d1

View file

@ -266,7 +266,7 @@ footnoteSection opts notes =
then mempty
else nl opts >> (container
$ nl opts >> H.hr >> nl opts >>
H.ol (mconcat notes >> nl opts))
H.ol (mconcat notes >> nl opts) >> nl opts)
where container x = if writerHtml5 opts
then H5.section ! A.class_ "footnotes" $ x
else if writerSlideVariant opts /= NoSlides