SiteMojo generate an unclosed <div class="section"> tag.
--------------------------------------------------------
Key: MSITE-96
URL: http://jira.codehaus.org/browse/MSITE-96
Project: Maven 2.x Site Plugin
Type: Bug
Reporter: Alexandre Poitras
Priority: Minor
SiteMojo generate an unclosed <div class="section"> tag.
Yann Le Du seems to have located the problem, I'll copy his answer here :
I think your problem is with the "About" page (index.html). This page is
generated in maven-site-plugin. In SiteMojo.java [2] , generateIndexPage(),
there is indeed a <div class="section"> generated by section1() that is not
closed with section1_() .
The generated html is not valid xhtml.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]