summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2011-01-10 10:06:48 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2011-01-11 09:41:30 (GMT)
commit9179d3f6910283758147bc62f156829f72ae0a9d (patch)
treec60cc7250194b05a78066b6a06d79eb6cdfc760d
parent6e6bdedd06c72f857590b32462548448da6d59b5 (diff)
downloadQt-9179d3f6910283758147bc62f156829f72ae0a9d.zip
Qt-9179d3f6910283758147bc62f156829f72ae0a9d.tar.gz
Qt-9179d3f6910283758147bc62f156829f72ae0a9d.tar.bz2
Fix for qtdemo bug
Task-number: QTBUG-15931 Reviewed-by: Kevin Wright (cherry picked from commit 963ada5805d61e318a04295b6d06e527b49cdb7a)
-rw-r--r--tools/qdoc3/test/qt-html-templates.qdocconf6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/qdoc3/test/qt-html-templates.qdocconf b/tools/qdoc3/test/qt-html-templates.qdocconf
index 698164d..ff45451 100644
--- a/tools/qdoc3/test/qt-html-templates.qdocconf
+++ b/tools/qdoc3/test/qt-html-templates.qdocconf
@@ -74,8 +74,8 @@ HTML.postheader = " <div class=\"header\" id=\"qtdocheader\">\n" \
" <input type=\"text\" name=\"searchstring\" id=\"pageType\" value=\"\" />\n" \
" <div id=\"resultdialog\"> \n" \
" <a href=\"#\" id=\"resultclose\">Close</a> \n" \
- " <p id=\"resultlinks\" class=\"all\"><a href=\"#\" id=\"showallresults\">All</a> | <a href=\"#\" id=\"showapiresults\">API</a> | <a href=\"#\" id=\"showarticleresults\">Articles</a> | <a href=\"#\" id=\"showexampleresults\">Examples</a></p> \n" \
- " <p id=\"searchcount\" class=\"all\"><span id=\"resultcount\"></span><span id=\"apicount\"></span><span id=\"articlecount\"></span><span id=\"examplecount\"></span>&nbsp;results:</p> \n" \
+ "<!-- <p id=\"resultlinks\" class=\"all\"><a href=\"#\" id=\"showallresults\">All</a> | <a href=\"#\" id=\"showapiresults\">API</a> | <a href=\"#\" id=\"showarticleresults\">Articles</a> | <a href=\"#\" id=\"showexampleresults\">Examples</a></p> \n" \
+ " <p id=\"searchcount\" class=\"all\"><span id=\"resultcount\"></span><span id=\"apicount\"></span><span id=\"articlecount\"></span><span id=\"examplecount\"></span>&nbsp;results:</p> --> \n" \
" <ul id=\"resultlist\" class=\"all\"> \n" \
" </ul> \n" \
" </div> \n" \
@@ -183,4 +183,4 @@ HTML.footer = "" \
" </form>\n" \
" </div>\n" \
" <div id=\"blurpage\">\n" \
- " </div>\n" \ No newline at end of file
+ " </div>\n"