summaryrefslogtreecommitdiff
path: root/cpp/src/slice2html/Gen.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2007-01-15 07:30:37 +0000
committerMichi Henning <michi@zeroc.com>2007-01-15 07:30:37 +0000
commit396d6d01a6ba06044621735fd6aced2e490bc22f (patch)
treed0f1f2df09370cfcc08f348659ace3673bb769ba /cpp/src/slice2html/Gen.cpp
parent*** empty log message *** (diff)
downloadice-396d6d01a6ba06044621735fd6aced2e490bc22f.tar.bz2
ice-396d6d01a6ba06044621735fd6aced2e490bc22f.tar.xz
ice-396d6d01a6ba06044621735fd6aced2e490bc22f.zip
*** empty log message ***
Diffstat (limited to 'cpp/src/slice2html/Gen.cpp')
-rw-r--r--cpp/src/slice2html/Gen.cpp2
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)
{