summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristoph Lipka <c-lipka@users.noreply.github.com>2016-04-27 13:55:47 (GMT)
committerChristoph Lipka <c-lipka@users.noreply.github.com>2016-04-27 13:55:47 (GMT)
commite0d432781bddf6c3b4986a003a73fe5ee986d492 (patch)
tree378015d091e068f53a24de55533afbb1414b5175 /src
parent6136cf9e3ad70d58cac4d8022cce8c8729805119 (diff)
parentd6952dc609f22553c779034a9769c55e22f4194d (diff)
downloadDoxygen-e0d432781bddf6c3b4986a003a73fe5ee986d492.zip
Doxygen-e0d432781bddf6c3b4986a003a73fe5ee986d492.tar.gz
Doxygen-e0d432781bddf6c3b4986a003a73fe5ee986d492.tar.bz2
Merge branch 'master' into fix_765001
Diffstat (limited to 'src')
-rw-r--r--src/htmlhelp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htmlhelp.cpp b/src/htmlhelp.cpp
index 9c60727..2d4b168 100644
--- a/src/htmlhelp.cpp
+++ b/src/htmlhelp.cpp
@@ -200,7 +200,7 @@ void HtmlHelpIndex::writeFields(FTextStream &t)
{ // finish old list at level 2
if (level2Started) t << " </UL>" << endl;
level2Started=FALSE;
-
+
// <Antony>
// Added this code so that an item with only one subitem is written
// without any subitem.
@@ -224,7 +224,7 @@ void HtmlHelpIndex::writeFields(FTextStream &t)
if (level2.isEmpty())
{
t << " <LI><OBJECT type=\"text/sitemap\">";
- t << "<param name=\"Local\" value=\"" << field2URL(f,TRUE);
+ t << "<param name=\"Local\" value=\"" << field2URL(f,FALSE);
t << "\">";
t << "<param name=\"Name\" value=\"" << m_help->recode(level1) << "\">"
"</OBJECT>\n";