Skip to content

Commit

Permalink
fixConsole no longer trims the final text.
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonbg committed Sep 13, 2011
1 parent ce54e18 commit d5d1644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/frontend/html/notebook/static/js/utils.js
Expand Up @@ -70,7 +70,7 @@ IPython.utils = (function (IPython) {
txt = txt.replace(re, closer + opener)
}
if (opened) txt += "</span>"
return txt.trim()
return txt
}


Expand Down

0 comments on commit d5d1644

Please sign in to comment.