diff options
author | Michi Henning <michi@zeroc.com> | 2007-01-12 06:15:56 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2007-01-12 06:15:56 +0000 |
commit | 9090b7254956921019ab536da9532247074d985a (patch) | |
tree | 67611aae2be9b71643af3517b426974e4ebf3cd2 /cpp/src/slice2html/Gen.cpp | |
parent | *** empty log message *** (diff) | |
download | ice-9090b7254956921019ab536da9532247074d985a.tar.bz2 ice-9090b7254956921019ab536da9532247074d985a.tar.xz ice-9090b7254956921019ab536da9532247074d985a.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 716ff89de6a..f6c477687ed 100644 --- a/cpp/src/slice2html/Gen.cpp +++ b/cpp/src/slice2html/Gen.cpp @@ -1363,12 +1363,12 @@ TOCGenerator::TOCGenerator(const Files& files, const string& header, const strin start("td"); _out << "<button type=\"button\" id=\"ExpandAllButton\">Expand All" - << "<img class=\"ExpandAllButtonImage\"/></button>"; + << "<img id=\"ExpandAllButtonImage\"/></button>"; end(); start("td"); _out << "<button type=\"button\" id=\"CollapseAllButton\">Collapse All" - << "<img class=\"ExpandAllButtonImage\"/></button>"; + << "<img id=\"ExpandAllButtonImage\"/></button>"; end(); end(); |