From 41ebfcabb7fb3b38c0470364fb9d6d62e57891a6 Mon Sep 17 00:00:00 2001 From: Michi Henning Date: Mon, 5 Mar 2007 02:35:05 +0000 Subject: *** empty log message *** --- cpp/src/slice2html/Gen.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpp/src/slice2html/Gen.cpp') 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 << ""; start("table", "ButtonTable"); start("tr"); @@ -1567,6 +1568,8 @@ Slice::StartPageGenerator::printHeaderFooter() { start("div", "HeaderFooter"); + _out << nl << ""; + start("table", "ButtonTable"); start("tr"); start("td"); -- cgit v1.2.3