In the oldWeb interface, after an exception, the listing of three lines of source code runs the lines together. This is because stderr_write does not append a newline.
In the exp web interface, the lines are separate, because a newline is appended somewhere.
In the oldWeb interface, after an exception, the listing of three lines of source code runs the lines together. This is because stderr_write does not append a newline.
In the exp web interface, the lines are separate, because a newline is appended somewhere.
They need to be made consistent and correct.