diff options
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(); |