Show More
@@ -484,6 +484,7 b' define([' | |||
|
484 | 484 | last.text = utils.fixCarriageReturn(last.text + json.text); |
|
485 | 485 | var pre = this.element.find('div.'+subclass).last().find('pre'); |
|
486 | 486 | var html = utils.fixConsole(last.text); |
|
487 | html = utils.autoLinkUrls(html); | |
|
487 | 488 | // The only user content injected with this HTML call is |
|
488 | 489 | // escaped by the fixConsole() method. |
|
489 | 490 | pre.html(html); |
General Comments 0
You need to be logged in to leave comments.
Login now