--- markup/html/scripting-parser/parser.html 2008/04/20 10:02:43 1.3 +++ markup/html/scripting-parser/parser.html 2008/04/20 12:19:13 1.4 @@ -13,15 +13,17 @@ output { display: block; font-family: monospace; - white-space: pre; + white-space: -moz-pre-wrap; + white-space: pre-wrap; }