diff options
author | Michi Henning <michi@zeroc.com> | 2007-01-15 07:30:37 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2007-01-15 07:30:37 +0000 |
commit | 396d6d01a6ba06044621735fd6aced2e490bc22f (patch) | |
tree | d0f1f2df09370cfcc08f348659ace3673bb769ba /cpp/src | |
parent | *** empty log message *** (diff) | |
download | ice-396d6d01a6ba06044621735fd6aced2e490bc22f.tar.bz2 ice-396d6d01a6ba06044621735fd6aced2e490bc22f.tar.xz ice-396d6d01a6ba06044621735fd6aced2e490bc22f.zip |
*** empty log message ***
Diffstat (limited to 'cpp/src')
-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) { |