diff --git a/compile_html.php b/compile_html.php
index f1763d0..f9564e8 100755
--- a/compile_html.php
+++ b/compile_html.php
@@ -71,7 +71,7 @@ foreach($_pages as $_k => $p) {
' --collapse-whitespace'.
' --collapse-boolean-attributes'.
' --html5'.
- ' --max-line-length 120'.
+ //' --max-line-length 120'.
' -o '.escapeshellarg($outputPath).
' '.escapeshellarg($tmpfile), $rv);