diff options
author | David Boddie <dboddie@trolltech.com> | 2010-08-09 18:27:42 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2010-08-09 18:27:42 (GMT) |
commit | 3833dc0a0535fa8320e17c741ca2746e9bebcaa9 (patch) | |
tree | c9a11b23bc100a1ac0d70e30f86bb9ef3860370b /tools/qdoc3/test | |
parent | 301f490e82b21389cf55e3bbbdba4c48d8288fed (diff) | |
download | Qt-3833dc0a0535fa8320e17c741ca2746e9bebcaa9.zip Qt-3833dc0a0535fa8320e17c741ca2746e9bebcaa9.tar.gz Qt-3833dc0a0535fa8320e17c741ca2746e9bebcaa9.tar.bz2 |
qdoc: Fixed non-well-formed markup.
Reviewed-by: Trust Me
To-be-really-reviewed-by: Qt Doc Team
Diffstat (limited to 'tools/qdoc3/test')
-rw-r--r-- | tools/qdoc3/test/qt-html-templates.qdocconf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/qdoc3/test/qt-html-templates.qdocconf b/tools/qdoc3/test/qt-html-templates.qdocconf index cf15628..67d7165 100644 --- a/tools/qdoc3/test/qt-html-templates.qdocconf +++ b/tools/qdoc3/test/qt-html-templates.qdocconf @@ -168,4 +168,5 @@ HTML.footer = " <!-- /div -->\n" \ " </form>\n" \ " </div>\n" \ " <div id=\"blurpage\">\n" \ - " </div>\n" + " </div>\n" \ + " </div>\n" |