fixConsole no longer trims the final text.

pull/37/head
Brian Granger 15 years ago
parent 249f2f6ade
commit b7ab64f304

@ -70,7 +70,7 @@ IPython.utils = (function (IPython) {
txt = txt.replace(re, closer + opener)
}
if (opened) txt += "</span>"
return txt.trim()
return txt
}

Loading…
Cancel
Save