diff options
author | Michi Henning <michi@zeroc.com> | 2007-01-15 07:28:47 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2007-01-15 07:28:47 +0000 |
commit | 98fc07e877fd62219471d13f4a657b6501877c3f (patch) | |
tree | db20ebf27f4c6f21db4577bc6f598852e0dc1cb2 /cpp/src/slice2html/Gen.cpp | |
parent | *** empty log message *** (diff) | |
download | ice-98fc07e877fd62219471d13f4a657b6501877c3f.tar.bz2 ice-98fc07e877fd62219471d13f4a657b6501877c3f.tar.xz ice-98fc07e877fd62219471d13f4a657b6501877c3f.zip |
*** empty log message ***
Diffstat (limited to 'cpp/src/slice2html/Gen.cpp')
-rw-r--r-- | cpp/src/slice2html/Gen.cpp | 4 |
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(); |