OpenF2 / F2

Redefining web integration for the financial services community
Apache License 2.0
129 stars 62 forks source link

Documentation: backslash escaping in HTML #251

Closed kornelski closed 9 years ago

kornelski commented 9 years ago

http://docs.openf2.org/container-development.html#other-options suggests:

data-f2-context="{\"hello\":\"world\"}"

However, HTML doesn't use backslashes for escaping, only entities.

markhealey commented 9 years ago

Thanks, @pornel would you be willing to make this change in the source and submit a PR to 1.4.1-wip (#249)?