[ http://jira.codehaus.org/browse/MPFAQ-16?page=all ]
Lukas Theussl updated MPFAQ-16: ------------------------------- Description: The html code produced by the current maven-faq-plugin is not valid XHTML 1.0 Transitional. That's because the <title> sub-element of each <part> get's copied through in the faq.jsl file (line 64), but XHTML 1.0 allows only one <title> element per document. There are several possible solutions for this, the most sensible ones are: - rename the <title> element, so it does not conflict with the HTML keyword - replace the <title> element by a title="" attribute of the <part> element. was: The html code produced by the current maven-faq-plugin is not valid XHTML 1.0 Transitional. That's because the <title> sub-element of each <part> get's copied through in the faq.jsl file (line 64), but XHTML 1.0 allows only one <title> element per document. There are several possible solutions for this, the most sensible ones are: - rename the <title> element, so it does not conflict with the HTML keyword - replace the <title> element by a title="" attribute of the <part> element. Fix Version: 1.4.1 > faq plugin does not produce valid XHTML 1.0 Transitional > -------------------------------------------------------- > > Key: MPFAQ-16 > URL: http://jira.codehaus.org/browse/MPFAQ-16 > Project: maven-faq-plugin > Type: Bug > Versions: 1.4 > Environment: any > Reporter: Lukas Theussl > Priority: Trivial > Fix For: 1.4.1 > Attachments: valid_html.patch > > Original Estimate: 5 minutes > Remaining: 5 minutes > > The html code produced by the current maven-faq-plugin is not valid XHTML 1.0 > Transitional. That's because the <title> sub-element of each <part> get's > copied through in the faq.jsl file (line 64), but XHTML 1.0 allows only one > <title> element per document. > There are several possible solutions for this, the most sensible ones are: > - rename the <title> element, so it does not conflict with the HTML keyword > - replace the <title> element by a title="" attribute of the <part> element. -- 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]