mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
[Haml] Reworded explanation of :ugly mode.
This commit is contained in:
parent
992d65cb0b
commit
c15fb243b9
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue