Skip to content

Commit e0d4327

Browse files
committed
Merge branch 'master' into fix_765001
2 parents 6136cf9 + d6952dc commit e0d4327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/htmlhelp.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ void HtmlHelpIndex::writeFields(FTextStream &t)
200200
{ // finish old list at level 2
201201
if (level2Started) t << " </UL>" << endl;
202202
level2Started=FALSE;
203-
203+
204204
// <Antony>
205205
// Added this code so that an item with only one subitem is written
206206
// without any subitem.
@@ -224,7 +224,7 @@ void HtmlHelpIndex::writeFields(FTextStream &t)
224224
if (level2.isEmpty())
225225
{
226226
t << " <LI><OBJECT type=\"text/sitemap\">";
227-
t << "<param name=\"Local\" value=\"" << field2URL(f,TRUE);
227+
t << "<param name=\"Local\" value=\"" << field2URL(f,FALSE);
228228
t << "\">";
229229
t << "<param name=\"Name\" value=\"" << m_help->recode(level1) << "\">"
230230
"</OBJECT>\n";

0 commit comments

Comments
 (0)