diff options
author | Jerome Pasion <jerome.pasion@digia.com> | 2012-11-08 12:14:13 +0100 |
---|---|---|
committer | Jerome Pasion <jerome.pasion@digia.com> | 2012-11-09 13:28:16 +0100 |
commit | 8c7095969fab38671d8d9b63c3143f25df292281 (patch) | |
tree | b33fcbab811b7ce19edcf643df8782fced2d4f42 /doc | |
parent | 2cf7aceb4ecb73b47494f1058224eb44b39f0d55 (diff) | |
download | qtbase-8c7095969fab38671d8d9b63c3143f25df292281.tar.gz |
Doc: Adding necessary HTML elements in the HTML template.
-needed by qt-project.org
-won't affect the qch style
Change-Id: I720a5cae2ea12e8a3dd81ce10b7c003981d61cd8
Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/global/qt-html-templates-offline.qdocconf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/global/qt-html-templates-offline.qdocconf b/doc/global/qt-html-templates-offline.qdocconf index 9f2d28fa28..3a4523fbde 100644 --- a/doc/global/qt-html-templates-offline.qdocconf +++ b/doc/global/qt-html-templates-offline.qdocconf @@ -7,8 +7,12 @@ HTML.headerstyles = \ HTML.endheader = \ "</head>\n" \ + "<body>\n" \ + "<div class=\"content\"></div class=\"content\">\n" \ + "<div class=\"content mainContent\">\n" \ HTML.footer = \ + "</div>\n" \ "<div class=\"footer\">\n" \ " <p>\n" \ " <acronym title=\"Copyright\">©</acronym> 2012 Digia Plc and/or its\n" \ @@ -29,4 +33,3 @@ HTML.footer = \ " of their respective owners. <a title=\"Privacy Policy\"\n" \ " href=\"http://en.gitorious.org/privacy_policy/\">Privacy Policy</a></p>\n" \ "</div>\n" \ - |