Vergleich jscripts/bbcodes_sceditor.js - 1.8.18 - 1.8.20
Zeile 2 | Zeile 2 |
---|---|
$(document).ready(function($) { | $(function($) { |
'use strict'; | 'use strict'; |
Zeile 514 | Zeile 514 |
} |
} |
return token.val + content + (token.closing ? token.closing.val : ''); | return $.sceditor.escapeEntities(token.val + content + (token.closing ? token.closing.val : '')); |
} | } |