From 6156a336331dc49f92ec237af157da5065572dcf Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 27 Nov 2007 15:59:22 -0500 Subject: ENH: better output for qt assistant --- Source/cmDocumentationFormatterHTML.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmDocumentationFormatterHTML.cxx b/Source/cmDocumentationFormatterHTML.cxx index a1745d3..175bc8d 100644 --- a/Source/cmDocumentationFormatterHTML.cxx +++ b/Source/cmDocumentationFormatterHTML.cxx @@ -92,7 +92,7 @@ void cmDocumentationFormatterHTML { if(name) { - os << "

" << name << "

\n"; + os << "

" << name << "

\n"; } const std::vector &entries = -- cgit v0.12