diff options
Diffstat (limited to 'cpp/src/slice2html/Gen.cpp')
-rw-r--r--[-rwxr-xr-x] | 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 08eed8b4cf6..295846612c9 100755..100644 --- a/cpp/src/slice2html/Gen.cpp +++ b/cpp/src/slice2html/Gen.cpp @@ -1804,7 +1804,7 @@ Slice::StartPageGenerator::printHeaderFooter() if(!imageDir.empty()) { - start("td align=\"right\""); + start("td align=\"right\""); start("table"); start("tr"); start("td"); @@ -1821,7 +1821,7 @@ Slice::StartPageGenerator::printHeaderFooter() end(); // td end(); // tr end(); // table - end(); // td + end(); // td } end(); // tr |