diff options
Diffstat (limited to 'src/eclipsehelp.cpp')
-rw-r--r-- | src/eclipsehelp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eclipsehelp.cpp b/src/eclipsehelp.cpp index b2f8193..53a370b 100644 --- a/src/eclipsehelp.cpp +++ b/src/eclipsehelp.cpp @@ -188,7 +188,7 @@ void EclipseHelp::addContentsItem( indent(); m_tocstream << "<topic label=\"" << convertToXML(name) << "\""; m_tocstream << " href=\"" << convertToXML(m_pathprefix) - << file << Doxygen::htmlFileExtension; + << addHtmlExtensionIfMissing(file); if (!anchor.isEmpty()) { m_tocstream << "#" << anchor; |