diff --git a/Source/cmDocumentationFormatterHTML.cxx b/Source/cmDocumentationFormatterHTML.cxx index c3b0dee88..cb8fac17b 100644 --- a/Source/cmDocumentationFormatterHTML.cxx +++ b/Source/cmDocumentationFormatterHTML.cxx @@ -217,7 +217,8 @@ void cmDocumentationFormatterHTML { std::string name = sections[i]-> GetName((this->GetForm())); - os << "
  • " << name << "
  • \n"; + os << "
  • " << name << "
  • \n"; } os << "\n"; }