##// END OF EJS Templates
[bug: 5544] Fixed rendering of URL in append_stream function.
Abe Guerra -
Show More
@@ -484,6 +484,7 b' define(['
484 last.text = utils.fixCarriageReturn(last.text + json.text);
484 last.text = utils.fixCarriageReturn(last.text + json.text);
485 var pre = this.element.find('div.'+subclass).last().find('pre');
485 var pre = this.element.find('div.'+subclass).last().find('pre');
486 var html = utils.fixConsole(last.text);
486 var html = utils.fixConsole(last.text);
487 html = utils.autoLinkUrls(html);
487 // The only user content injected with this HTML call is
488 // The only user content injected with this HTML call is
488 // escaped by the fixConsole() method.
489 // escaped by the fixConsole() method.
489 pre.html(html);
490 pre.html(html);
General Comments 0
You need to be logged in to leave comments. Login now