File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ void HtmlHelpIndex::writeFields(FTextStream &t)
200
200
{ // finish old list at level 2
201
201
if (level2Started) t << " </UL>" << endl;
202
202
level2Started=FALSE ;
203
-
203
+
204
204
// <Antony>
205
205
// Added this code so that an item with only one subitem is written
206
206
// without any subitem.
@@ -224,7 +224,7 @@ void HtmlHelpIndex::writeFields(FTextStream &t)
224
224
if (level2.isEmpty ())
225
225
{
226
226
t << " <LI><OBJECT type=\" text/sitemap\" >" ;
227
- t << " <param name=\" Local\" value=\" " << field2URL (f,TRUE );
227
+ t << " <param name=\" Local\" value=\" " << field2URL (f,FALSE );
228
228
t << " \" >" ;
229
229
t << " <param name=\" Name\" value=\" " << m_help->recode (level1) << " \" >"
230
230
" </OBJECT>\n " ;
You can’t perform that action at this time.
0 commit comments