[
https://issues.apache.org/jira/browse/TOBAGO-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Udo Schnurpfeil resolved TOBAGO-1346.
-------------------------------------
Resolution: Fixed
> JSON friendly HTML code (change " with ' for attributes)
> --------------------------------------------------------
>
> Key: TOBAGO-1346
> URL: https://issues.apache.org/jira/browse/TOBAGO-1346
> Project: MyFaces Tobago
> Issue Type: Improvement
> Components: Themes
> Reporter: Udo Schnurpfeil
> Assignee: Udo Schnurpfeil
> Fix For: 2.0.0-alpha-3, 2.0.0
>
>
> Changing the string borders of attributes in HTML from
> foo="bar"
> to
> foo='bar'
> makes it shorter and easier to read, when the attributes value is JSON.
> Example:
> data-tobago-commands="{"resize":{"action":"page:j_id_3"}}"
> vs.
> data-tobago-commands='{"resize":{"action":"page:j_id_3"}}'
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)