john-brock / perm-comparator

Quickly compare effective permissions between users, profiles, and permission sets. Built on Heroku and Force.com using OAuth2, ExtJS4, and Java with the Play! framework.
https://perm-comparator.herokuapp.com
71 stars 38 forks source link

htmlEncode Name string #14

Closed phof closed 7 years ago

phof commented 7 years ago

htmlEncode converts certain characters (&, <, >, and ") to their HTML character equivalents for literal display in web pages — http://docs.sencha.com/extjs/4.0.7/#!/api/Ext.String-method-htmlEncode

john-brock commented 7 years ago

Thanks @phof!