HTML tag errors in documentation
--------------------------------
Key: TRINIDAD-793
URL: https://issues.apache.org/jira/browse/TRINIDAD-793
Project: MyFaces Trinidad
Issue Type: Bug
Components: Documentation
Affects Versions: 1.2.2-core, 1.2.1-core, 1.0.3-core
Reporter: Bud Osterberg
Priority: Minor
Fix For: 1.0.4-core, 1.2.4-core
The description tag of the mode property in
trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/CommonDocumentAttrs.xml
has a CDATA block with embedded html. In this block there are <ul> and <li>
tags which are not closed leading to a parsing error.
The fix is simple: just add </li></ul> immediately before the end of the block.
Similarly there is an extra </ul> in src/site/xdoc/release-notes.xml
immediately prior to <li>The xOffset/yOffset...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.