Doc: Removed "class=" in an /div.

-not valid XML

Change-Id: I832490e87113d9143b2280127b539c68a46b0e94
Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
This commit is contained in:
Jerome Pasion 2012-11-16 17:23:11 +01:00 committed by Geir Vattekar
parent a5f2a0816b
commit 6e345bbfc3

View File

@ -8,7 +8,7 @@ HTML.headerstyles = \
HTML.endheader = \ HTML.endheader = \
"</head>\n" \ "</head>\n" \
"<body>\n" \ "<body>\n" \
"<div class=\"content\"></div class=\"content\">\n" \ "<div class=\"content\"></div>\n" \
"<div class=\"content mainContent\">\n" \ "<div class=\"content mainContent\">\n" \
HTML.footer = \ HTML.footer = \