summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-11-17 20:04:10 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-11-29 19:38:18 (GMT)
commit00b7d393215f6b7e08d6b931c6da32e4103c5a36 (patch)
tree205644c673c840a0e3cbfdd612df300d86e3b709 /src/htmlgen.cpp
parent727e5e1c179148fdc4123176ac2d9021c33e3eba (diff)
downloadDoxygen-00b7d393215f6b7e08d6b931c6da32e4103c5a36.zip
Doxygen-00b7d393215f6b7e08d6b931c6da32e4103c5a36.tar.gz
Doxygen-00b7d393215f6b7e08d6b931c6da32e4103c5a36.tar.bz2
More context and template additions
Diffstat (limited to 'src/htmlgen.cpp')
-rw-r--r--src/htmlgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp
index 8aa89be..920c199 100644
--- a/src/htmlgen.cpp
+++ b/src/htmlgen.cpp
@@ -3279,7 +3279,7 @@ void HtmlGenerator::writeExternalSearchPage()
void HtmlGenerator::startConstraintList(const char *header)
{
t << "<div class=\"typeconstraint\">" << endl;
- t << "<dl><dt><b>" << header << "</b><dt><dd>" << endl;
+ t << "<dl><dt><b>" << header << "</b></dt><dd>" << endl;
t << "<table border=\"0\" cellspacing=\"2\" cellpadding=\"0\">" << endl;
}