--- markup/html/scripting-parser/parser.html 2008/04/20 07:48:00 1.2
+++ 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;
}