summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-11-08 12:14:13 +0100
committerJerome Pasion <jerome.pasion@digia.com>2012-11-09 13:28:16 +0100
commit8c7095969fab38671d8d9b63c3143f25df292281 (patch)
treeb33fcbab811b7ce19edcf643df8782fced2d4f42 /doc
parent2cf7aceb4ecb73b47494f1058224eb44b39f0d55 (diff)
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.qdocconf5
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\">&copy;</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" \
-