##// END OF EJS Templates
fixConsole no longer trims the final text.
Brian Granger -
Show More
@@ -70,7 +70,7 IPython.utils = (function (IPython) {
70 txt = txt.replace(re, closer + opener)
70 txt = txt.replace(re, closer + opener)
71 }
71 }
72 if (opened) txt += "</span>"
72 if (opened) txt += "</span>"
73 return txt.trim()
73 return txt
74 }
74 }
75
75
76
76
General Comments 0
You need to be logged in to leave comments. Login now