From c15fb243b9a61ffd8c13d069cb69e7f04c280be3 Mon Sep 17 00:00:00 2001 From: Norman Clarke Date: Fri, 11 Dec 2009 21:55:39 -0300 Subject: [PATCH] [Haml] Reworded explanation of :ugly mode. --- doc-src/HAML_REFERENCE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc-src/HAML_REFERENCE.md b/doc-src/HAML_REFERENCE.md index 60d37e5d..532c4837 100644 --- a/doc-src/HAML_REFERENCE.md +++ b/doc-src/HAML_REFERENCE.md @@ -140,10 +140,10 @@ Available options are: {#ugly-option} `:ugly` : If set to `true`, Haml makes no attempt to properly indent or format the HTML output. - This causes the rendering to be done much quicker than it would otherwise, + This significantly improves rendering performance but makes viewing the source unpleasant. - Defaults to `false`, but is set to `true` - in production for Rails. + Defaults to `true` in Rails production mode, and `false` + everywhere else. {#suppress_eval-option} `:suppress_eval` : Whether or not attribute hashes and Ruby scripts