[jira] Updated: (MPFAQ-16) faq plugin does not produce valid XHTML 1.0 Transitional

2005-08-30 Thread Lukas Theussl (JIRA)
[ 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 sub-element of each get's copied through

[jira] Updated: (MPFAQ-16) faq plugin does not produce valid XHTML 1.0 Transitional

2005-08-16 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPFAQ-16?page=all ] Lukas Theussl updated MPFAQ-16: --- Attachment: valid_html.patch A trivial change to fix this: since and are the only elements allowed in , it suffices to call only the template. As such, the element