diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-09-16 12:22:07 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-09-16 12:22:07 (GMT) |
commit | ed893bb4f6b26f0fd8a6d9fb0cc4099727693494 (patch) | |
tree | 21bd9b9d62a1b658b1edbfcf1fd8dbac43c87846 /tools | |
parent | 47a4f261a26ea34eccdab24abcf93142e5284e8a (diff) | |
download | Qt-ed893bb4f6b26f0fd8a6d9fb0cc4099727693494.zip Qt-ed893bb4f6b26f0fd8a6d9fb0cc4099727693494.tar.gz Qt-ed893bb4f6b26f0fd8a6d9fb0cc4099727693494.tar.bz2 |
Doc: correcting html template
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qdoc3/test/qt-html-templates.qdocconf | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/tools/qdoc3/test/qt-html-templates.qdocconf b/tools/qdoc3/test/qt-html-templates.qdocconf index fe25368..8bc8a02 100644 --- a/tools/qdoc3/test/qt-html-templates.qdocconf +++ b/tools/qdoc3/test/qt-html-templates.qdocconf @@ -143,10 +143,11 @@ HTML.footer = "" \ " </div>\n" \ " </div>\n" \ " </div> \n" \ - " </div> \n" \ " <div class=\"ft\">\n" \ " <span></span>\n" \ " </div>\n" \ + " </div> \n" \ + " <div class=\"footer\">\n" \ " <p>\n" \ " <acronym title=\"Copyright\">©</acronym> 2008-2010 Nokia Corporation and/or its\n" \ @@ -175,14 +176,4 @@ HTML.footer = "" \ " </form>\n" \ " </div>\n" \ " <div id=\"blurpage\">\n" \ - " </div>\n" \ - "<script type=\"text/javascript\">\n" \ - " var _gaq = _gaq || [];\n" \ - " _gaq.push([\'_setAccount\', \'UA-4457116-5\']);\n" \ - " _gaq.push([\'_trackPageview\']);\n" \ - " (function() {\n" \ - " var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n" \ - " ga.src = (\'https:\' == document.location.protocol ? \'https://ssl\' : \'http://www\') + \'.google-analytics.com/ga.js\';\n" \ - " var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n" \ - " })();\n" \ - "</script>\n" + " </div>\n"
\ No newline at end of file |