This commit is contained in:
Jeremy Ashkenas
2010-12-17 13:59:23 -05:00

View File

@@ -1040,4 +1040,4 @@
return string.replace(/&(?!\w+;)/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;').replace(/"/g, '&quot;');
};
})();
}).call(this);