From 527f6e411fed3b27abe637a6bbcbb47f4110b69f Mon Sep 17 00:00:00 2001 From: David Boddie Date: Mon, 22 Jun 2009 13:59:22 +0200 Subject: qdoc: Fixed XHTML breakage again. Reviewed-by: Trust me --- tools/qdoc3/htmlgenerator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/qdoc3/htmlgenerator.cpp b/tools/qdoc3/htmlgenerator.cpp index 8ef4f0b..2a49f81 100644 --- a/tools/qdoc3/htmlgenerator.cpp +++ b/tools/qdoc3/htmlgenerator.cpp @@ -2290,7 +2290,7 @@ void HtmlGenerator::generateSectionInheritedList(const Section& section, QList >::ConstIterator p = section.inherited.begin(); while (p != section.inherited.end()) { if (nameAlignment) - out() << "
  • "; + out() << "
  • "; else out() << "
  • "; out() << (*p).second << " "; @@ -2577,7 +2577,7 @@ void HtmlGenerator::generateSectionInheritedList(const Section& section, { QList >::ConstIterator p = section.inherited.begin(); while (p != section.inherited.end()) { - out() << "
  • "; + out() << "
  • "; out() << (*p).second << " "; if ((*p).second == 1) { out() << section.singularMember; -- cgit v0.12