diff options
author | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-10-21 10:14:58 (GMT) |
---|---|---|
committer | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-10-21 10:15:59 (GMT) |
commit | e2b892c48c986c38f431b1af98023d16af53bc96 (patch) | |
tree | f5732c160b16c959ccd943a49e3c44b79f829efc /tools/qdoc3/test/qt-html-templates_ja_JP-online.qdocconf | |
parent | 65c5f90299193d1ef658b9b17cab551e03fbe14a (diff) | |
download | Qt-e2b892c48c986c38f431b1af98023d16af53bc96.zip Qt-e2b892c48c986c38f431b1af98023d16af53bc96.tar.gz Qt-e2b892c48c986c38f431b1af98023d16af53bc96.tar.bz2 |
Fix security problem on webpage due to bad JS
Reviewed-by: Trust Me
Diffstat (limited to 'tools/qdoc3/test/qt-html-templates_ja_JP-online.qdocconf')
-rw-r--r-- | tools/qdoc3/test/qt-html-templates_ja_JP-online.qdocconf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/qdoc3/test/qt-html-templates_ja_JP-online.qdocconf b/tools/qdoc3/test/qt-html-templates_ja_JP-online.qdocconf index fa15d90..80d6dd7 100644 --- a/tools/qdoc3/test/qt-html-templates_ja_JP-online.qdocconf +++ b/tools/qdoc3/test/qt-html-templates_ja_JP-online.qdocconf @@ -139,8 +139,6 @@ HTML.postpostheader = \ HTML.footer = \ " <!-- /div -->\n" \ - " <div class=\"feedback t_button\">\n" \ - " [+] Documentation Feedback</div>\n" \ " </div>\n" \ " </div>\n" \ " <div class=\"ft\">\n" \ @@ -164,13 +162,4 @@ HTML.footer = \ " Alternatively, this document may be used under the terms of the <a href=\"http://www.gnu.org/licenses/fdl.html\">GNU\n" \ " Free Documentation License version 1.3</a>\n" \ " as published by the Free Software Foundation.</p>\n" \ - " </div>\n" \ - " <div id=\"feedbackBox\">\n" \ - " <div id=\"feedcloseX\" class=\"feedclose t_button\">X</div>\n" \ - " <form id=\"feedform\" action=\"http://doc.qt.nokia.com/docFeedbck/feedback.php\" method=\"get\">\n" \ - " <p><textarea id=\"feedbox\" name=\"feedText\" rows=\"5\" cols=\"40\">Please submit your feedback...</textarea></p>\n" \ - " <p><input id=\"feedsubmit\" class=\"feedclose\" type=\"submit\" name=\"feedback\" /></p>\n" \ - " </form>\n" \ - " </div>\n" \ - " <div id=\"blurpage\">\n" \ " </div>\n" |