From c152b5dc859a47c45c7be70b7869e747ec58d8a9 Mon Sep 17 00:00:00 2001
From: Morten Engvoldsen
\n | \n"; // check why? + out() << ""; + out() << " "; if (currentOffsetInParagraph[i] == 0) { // start a new paragraph if (includeAlphabet) { @@ -2517,9 +2517,9 @@ void HtmlGenerator::generateCompactList(const Node *relative, << paragraphName[currentParagraphNo[i]] << ""; } - out() << " | \n";
+ out() << "\n";
- out() << ""; + out() << " "; if ((currentParagraphNo[i] < NumParagraphs) && !paragraphName[currentParagraphNo[i]].isEmpty()) { NodeMap::Iterator it; @@ -2545,15 +2545,15 @@ void HtmlGenerator::generateCompactList(const Node *relative, out() << ")"; } } - out() << " | \n";
+ out() << "\n";
currentOffset[i]++;
currentOffsetInParagraph[i]++;
}
}
- out() << "
---|