diff options
Diffstat (limited to 'cpp/src/slice2html/Gen.cpp')
-rw-r--r-- | cpp/src/slice2html/Gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2html/Gen.cpp b/cpp/src/slice2html/Gen.cpp index dfa2c15e7f2..5ebe4ee58c2 100644 --- a/cpp/src/slice2html/Gen.cpp +++ b/cpp/src/slice2html/Gen.cpp @@ -1391,7 +1391,7 @@ TOCGenerator::generate(const ModulePtr& m) void TOCGenerator::writeTOC() { - _out << nl << "<ul id=\"SymbolTree\""; + _out << nl << "<ul id=\"SymbolTree\">"; _out.inc(); for(ModuleList::const_iterator i = _modules.begin(); i != _modules.end(); ++i) { |