Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPFAQ-16 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPFAQ-16 Summary: faq plugin does not produce valid XHTML 1.0 Transitional Type: Bug Status: Open Priority: Trivial Original Estimate: 5 minutes Time Spent: Unknown Remaining: 5 minutes Project: maven-faq-plugin Versions: 1.4 Assignee: Brett Porter Reporter: Lukas Theussl Created: Fri, 28 Jan 2005 5:06 PM Updated: Fri, 28 Jan 2005 5:06 PM Environment: any 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. --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
