What steps will reproduce the problem?
1. Use the editor
2. Type in the textarea: print " Hello world!"
What is the expected output? What do you see instead?
The expected output is
Hello world!
The actual output is
Hello world!
i.e. the space at the beginning is lost.
This is likely caused by the embedding of the output in a "span" tag
instead of a "pre" tag.
Original issue reported on code.google.com by andre.ro...@gmail.com on 19 Dec 2006 at 11:45
Original issue reported on code.google.com by
andre.ro...@gmail.com
on 19 Dec 2006 at 11:45