Ticket #11437: strip_tags_fix.diff
| File strip_tags_fix.diff, 333 bytes (added by jdalton, 3 months ago) |
|---|
-
string.js
old new 56 56 }, 57 57 58 58 stripTags: function() { 59 return this.replace(/<\/?[^>]+>/g i, '');59 return this.replace(/<\/?[^>]+>/g, ''); 60 60 }, 61 61 62 62 stripScripts: function() {