##// END OF EJS Templates
Merge pull request #6046 from minrk/raw-input-invalid...
Thomas Kluyver -
r17066:f85ca06a merge
parent child Browse files
Show More
@@ -794,7 +794,7 b' var IPython = (function (IPython) {'
794 794 }
795 795 var content = {
796 796 output_type : 'stream',
797 name : 'stdout',
797 stream : 'stdout',
798 798 text : theprompt.text() + echo + '\n'
799 799 }
800 800 // remove form container
General Comments 0
You need to be logged in to leave comments. Login now