Simplify the HTML represantation of the Label tag.
--------------------------------------------------
Key: TOBAGO-902
URL: https://issues.apache.org/jira/browse/TOBAGO-902
Project: MyFaces Tobago
Issue Type: Improvement
Components: Themes
Reporter: Udo Schnurpfeil
Assignee: Udo Schnurpfeil
Priority: Minor
Change
<div>
<a>
<label>xxx</label>
</a>
</div>
to
<label>xxx</label>
which is now possible, with newer box model CSS etc.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.