Commit ae2c70d3 authored by Giuseppe Terrasi's avatar Giuseppe Terrasi

sync with rev 1277 upstream

parent d0079ac7
......@@ -167,6 +167,9 @@ this.makeHtml = function(text) {
// attacklab: Restore tildes
text = text.replace(/~T/g,"~");
text = text.replace(/&amp;lt;/g,"<");
text = text.replace(/&amp;gt;/g,">");
return text;
}
......@@ -1328,4 +1331,4 @@ var Showdown = Attacklab.showdown;
// If anyone's interested, tell the world that this file's been loaded
if (Attacklab.fileLoaded) {
Attacklab.fileLoaded("showdown.js");
}
\ No newline at end of file
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment