X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/93c313ff9d33d0efa64f8149fae2b108146dd237..ce1fb7f146e5524565ad7cc003691d10134f2158:/forum/skins/default/media/js/wmd/showdown.js diff --git a/forum/skins/default/media/js/wmd/showdown.js b/forum/skins/default/media/js/wmd/showdown.js index 73a12f2..c87fd45 100644 --- a/forum/skins/default/media/js/wmd/showdown.js +++ b/forum/skins/default/media/js/wmd/showdown.js @@ -114,6 +114,7 @@ this.makeHtml = function(text) { // _EscapeSpecialCharsWithinTagAttributes(), so that any *'s or _'s in the // and tags get encoded. // + text = html_sanitize(text, function(url) {return url;}, function(id) {return id;}); // Clear the global hashes. If we don't clear these, you get conflicts // from other articles when generating a page which contains more than