Bill Hoffman 17 роки тому
батько
коміт
385377cf1c
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      Source/cmDocumentationFormatterHTML.cxx

+ 2 - 1
Source/cmDocumentationFormatterHTML.cxx

@@ -217,7 +217,8 @@ void cmDocumentationFormatterHTML
     {
     std::string name = sections[i]->
       GetName((this->GetForm()));
-    os << "  <li><a href=\"#section_" << name << "\"<b>" << name << "</b></a></li>\n";
+    os << "  <li><a href=\"#section_" 
+       << name << "\"<b>" << name << "</b></a></li>\n";
     }
   os << "</ul>\n";
 }