diff options
author | Michi Henning <michi@zeroc.com> | 2007-03-07 03:21:46 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2007-03-07 03:21:46 +0000 |
commit | 255ded32e136fa052e866c4fa88822b9b8424297 (patch) | |
tree | 58131181424d3f9ea4ebacf49da0d9974c3808ee /cpp/src/slice2html/Gen.cpp | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1979 (diff) | |
download | ice-255ded32e136fa052e866c4fa88822b9b8424297.tar.bz2 ice-255ded32e136fa052e866c4fa88822b9b8424297.tar.xz ice-255ded32e136fa052e866c4fa88822b9b8424297.zip |
Removed incorrect "noindex" commands for swish-e.
Diffstat (limited to 'cpp/src/slice2html/Gen.cpp')
-rw-r--r-- | cpp/src/slice2html/Gen.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/slice2html/Gen.cpp b/cpp/src/slice2html/Gen.cpp index 48164d5e2eb..20d9f219684 100644 --- a/cpp/src/slice2html/Gen.cpp +++ b/cpp/src/slice2html/Gen.cpp @@ -679,7 +679,6 @@ Slice::GeneratorBase::printHeaderFooter(const ContainedPtr& c) } start("div", "HeaderFooter"); - _out << nl << "<!-- SwishCommand noindex -->"; start("table", "ButtonTable"); start("tr"); @@ -1568,8 +1567,6 @@ Slice::StartPageGenerator::printHeaderFooter() { start("div", "HeaderFooter"); - _out << nl << "<!-- SwishCommand noindex -->"; - start("table", "ButtonTable"); start("tr"); start("td"); |