summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2007-01-15 07:28:47 +0000
committerMichi Henning <michi@zeroc.com>2007-01-15 07:28:47 +0000
commit98fc07e877fd62219471d13f4a657b6501877c3f (patch)
treedb20ebf27f4c6f21db4577bc6f598852e0dc1cb2 /cpp/src
parent*** empty log message *** (diff)
downloadice-98fc07e877fd62219471d13f4a657b6501877c3f.tar.bz2
ice-98fc07e877fd62219471d13f4a657b6501877c3f.tar.xz
ice-98fc07e877fd62219471d13f4a657b6501877c3f.zip
*** empty log message ***
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/slice2html/Gen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2html/Gen.cpp b/cpp/src/slice2html/Gen.cpp
index 0e12d9f78b7..dfa2c15e7f2 100644
--- a/cpp/src/slice2html/Gen.cpp
+++ b/cpp/src/slice2html/Gen.cpp
@@ -1363,11 +1363,11 @@ TOCGenerator::TOCGenerator(const Files& files, const string& header, const strin
start("tr");
start("td");
- _out << "<button type=\"button\" id=\"ExpandAllButton\" onclick=\"expandAll();\">Expand All</button>";
+ _out << "<button type=\"button\" id=\"ExpandAllButton\">Expand All</button>";
end();
start("td");
- _out << "<button type=\"button\" id=\"CollapseAllButton\" onclick=\"expandAll();\">Collapse All</button>";
+ _out << "<button type=\"button\" id=\"CollapseAllButton\">Collapse All</button>";
end();
end();