From 8dea6e11faf3969c3b6b17b700533f43c9ca73f8 Mon Sep 17 00:00:00 2001 From: Christoph Lipka Date: Wed, 27 Apr 2016 01:38:08 +0200 Subject: Bug 765002 - `@addindex`entries fail to link to the exact location in Compiled HTML Help. --- src/htmlhelp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/htmlhelp.cpp b/src/htmlhelp.cpp index d365744..24649aa 100644 --- a/src/htmlhelp.cpp +++ b/src/htmlhelp.cpp @@ -190,7 +190,7 @@ void HtmlHelpIndex::writeFields(FTextStream &t) { // finish old list at level 2 if (level2Started) t << " " << endl; level2Started=FALSE; - + // // Added this code so that an item with only one subitem is written // without any subitem. @@ -214,7 +214,7 @@ void HtmlHelpIndex::writeFields(FTextStream &t) if (level2.isEmpty()) { t << "
  • "; - t << ""; t << "recode(level1) << "\">" "\n"; -- cgit v0.12