Vergleich jscripts/bbcodes_sceditor.js - 1.8.18 - 1.8.19
Zeile 514 | Zeile 514 |
---|---|
} |
} |
return token.val + content + (token.closing ? token.closing.val : ''); | return $.sceditor.escapeEntities(token.val + content + (token.closing ? token.closing.val : '')); |
} | } |