You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use a string in Meteor settings which contains the < character, on the client the character is replaced with the < entity. It does not happen on the server side.
Tested: Mac 10.10.1 with Chrome, FF and Safari latest. I cannot see in the documentation that this would be by design.
Terminal transcript:
$ git clone https://github.com/wackazong/meteor-settings-entities-bug
Cloning into 'meteor-settings-entities-bug'...
remote: Counting objects: 16, done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 16 (delta 1), reused 11 (delta 0)
Unpacking objects: 100% (16/16), done.
Checking connectivity... done.
$ cd meteor-settings-entities-bug/
$ meteor --settings settings.json
[[[[[ ~/Development/meteor-settings-entities-bug ]]]]]
=> Started proxy.
=> Started MongoDB.
=> Started your app.
=> App running at: http://localhost:3000/
I20150214-22:28:42.439(1)? <p>text</p>
The text was updated successfully, but these errors were encountered:
When I use a string in Meteor settings which contains the < character, on the client the character is replaced with the < entity. It does not happen on the server side.
Tested: Mac 10.10.1 with Chrome, FF and Safari latest. I cannot see in the documentation that this would be by design.
Terminal transcript:
The text was updated successfully, but these errors were encountered: