diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2007-09-02 19:15:32 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2007-09-02 19:15:32 (GMT) |
commit | 6bedd287437d2091820129533cb44f56609d0991 (patch) | |
tree | 05d18b9500cfc4e613b19d0154b89ed18542a3ae /src/htmlhelp.cpp | |
parent | 115c6c02c3b246c525721aef9b1a43aeeb4666d5 (diff) | |
download | Doxygen-6bedd287437d2091820129533cb44f56609d0991.zip Doxygen-6bedd287437d2091820129533cb44f56609d0991.tar.gz Doxygen-6bedd287437d2091820129533cb44f56609d0991.tar.bz2 |
Release-1.5.3-20070902
Diffstat (limited to 'src/htmlhelp.cpp')
-rw-r--r-- | src/htmlhelp.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/htmlhelp.cpp b/src/htmlhelp.cpp index d40e50a..58e79f2 100644 --- a/src/htmlhelp.cpp +++ b/src/htmlhelp.cpp @@ -480,6 +480,8 @@ void HtmlHelp::finalize() { // end the contents file cts << "</UL>\n"; + cts << "</BODY>\n"; + cts << "</HTML>\n"; cts.unsetDevice(); cf->close(); delete cf; @@ -488,6 +490,8 @@ void HtmlHelp::finalize() // end the index file kts << "</UL>\n"; + kts << "</BODY>\n"; + kts << "</HTML>\n"; kts.unsetDevice(); kf->close(); delete kf; |