summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/slice2html/Gen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2html/Gen.cpp b/cpp/src/slice2html/Gen.cpp
index ee2260215fc..6f28b6164b2 100644
--- a/cpp/src/slice2html/Gen.cpp
+++ b/cpp/src/slice2html/Gen.cpp
@@ -126,7 +126,7 @@ Slice::GeneratorBase::setHeader(const string& header)
XMLOutput O2(hdr2);
O2.inc();
O2.inc();
- O2 << nl << "<title/>";
+ O2 << nl << "</title>";
O2.dec();
O2 << nl << "</head>";
O2 << nl << "<body>";