diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-07-01 09:58:17 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-07-01 09:58:17 (GMT) |
commit | 657aa5c630b4321bc793d07230acad58e524f93e (patch) | |
tree | 68a342858f7c3bc8e9bcff7902b4444d4c136d9c /tools/qdoc3/test | |
parent | 5180e192c2fdb7735aa062e35179415de40834a2 (diff) | |
download | Qt-657aa5c630b4321bc793d07230acad58e524f93e.zip Qt-657aa5c630b4321bc793d07230acad58e524f93e.tar.gz Qt-657aa5c630b4321bc793d07230acad58e524f93e.tar.bz2 |
qdoc: Fixed invalid format in the html header.
Task-number: QTBUG-11803
Diffstat (limited to 'tools/qdoc3/test')
-rw-r--r-- | tools/qdoc3/test/qt-html-templates.qdocconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/test/qt-html-templates.qdocconf b/tools/qdoc3/test/qt-html-templates.qdocconf index b82e337..7ad78bd 100644 --- a/tools/qdoc3/test/qt-html-templates.qdocconf +++ b/tools/qdoc3/test/qt-html-templates.qdocconf @@ -11,7 +11,7 @@ HTML.postheader = " <div class=\"header\" id=\"qtdocheader\">\n" \ " <a href=\"index.html\" class=\"qtref\"><span>Qt Reference Documentation</span></a>\n" \ " <div id=\"narrowsearch\"><form onsubmit=\"return false;\" action=\"\" id=\"qtdocsearch\">\n" \ " <fieldset>\n" \ - " <input type=\"text\" value=\"\" id=\"pageType2\" name=\"searchstring\">\n" \ + " <input type=\"text\" value=\"\" id=\"pageType2\" name=\"searchstring\"/>\n" \ " </fieldset>\n" \ " </form></div>\n" \ " <div id=\"nav-topright\">\n" \ |