diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2015-03-31 11:41:48 -0300 |
---|---|---|
committer | Bruno Wagner <bwgpro@gmail.com> | 2015-03-31 11:42:00 -0300 |
commit | b998b240868ee4d6d30c86397793c9d194d4501b (patch) | |
tree | 36e7c4a1355194ba85d69332416a55e3c7df2e45 /web-ui | |
parent | a1fc37326a79b95cdb056a100b321586f1c1fb7b (diff) |
Added italic to the html whitelister
Diffstat (limited to 'web-ui')
-rw-r--r-- | web-ui/app/js/lib/html_whitelister.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/app/js/lib/html_whitelister.js b/web-ui/app/js/lib/html_whitelister.js index b08354a2..22841cce 100644 --- a/web-ui/app/js/lib/html_whitelister.js +++ b/web-ui/app/js/lib/html_whitelister.js @@ -27,6 +27,7 @@ define(['lib/html-sanitizer'], function (htmlSanitizer) { 'img': ['title'], 'em': [], 'b': [], + 'i': [], 'strong': ['style'], 'table': ['style'], 'tr': ['style'], |