--- markup/html/scripting-parser/parser.html 2008/04/20 10:02:43 1.3 +++ markup/html/scripting-parser/parser.html 2008/04/25 13:42:51 1.6 @@ -13,18 +13,24 @@ output { display: block; font-family: monospace; - white-space: pre; + white-space: -moz-pre-wrap; + white-space: pre-wrap; }