diff options
author | Michi Henning <michi@zeroc.com> | 2007-03-05 02:35:05 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2007-03-05 02:35:05 +0000 |
commit | 41ebfcabb7fb3b38c0470364fb9d6d62e57891a6 (patch) | |
tree | 1fa0c032138b927a372f6ad3871acc4bd6542203 /cpp/src/slice2html/Gen.cpp | |
parent | *** empty log message *** (diff) | |
download | ice-41ebfcabb7fb3b38c0470364fb9d6d62e57891a6.tar.bz2 ice-41ebfcabb7fb3b38c0470364fb9d6d62e57891a6.tar.xz ice-41ebfcabb7fb3b38c0470364fb9d6d62e57891a6.zip |
*** empty log message ***
Diffstat (limited to 'cpp/src/slice2html/Gen.cpp')
-rw-r--r-- | cpp/src/slice2html/Gen.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/slice2html/Gen.cpp b/cpp/src/slice2html/Gen.cpp index 20d9f219684..48164d5e2eb 100644 --- a/cpp/src/slice2html/Gen.cpp +++ b/cpp/src/slice2html/Gen.cpp @@ -679,6 +679,7 @@ Slice::GeneratorBase::printHeaderFooter(const ContainedPtr& c) } start("div", "HeaderFooter"); + _out << nl << "<!-- SwishCommand noindex -->"; start("table", "ButtonTable"); start("tr"); @@ -1567,6 +1568,8 @@ Slice::StartPageGenerator::printHeaderFooter() { start("div", "HeaderFooter"); + _out << nl << "<!-- SwishCommand noindex -->"; + start("table", "ButtonTable"); start("tr"); start("td"); |