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>
This commit is contained in:
Jerome Pasion 2012-11-08 12:14:13 +01:00
parent 2cf7aceb4e
commit 8c7095969f

View File

@ -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" \