mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Fix link to autoclose option
This commit is contained in:
parent
682aed1322
commit
7ccb8f58f7
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ when the format is `:xhtml`.
|
||||||
Some tags are automatically treated as being empty, as long as they have no
|
Some tags are automatically treated as being empty, as long as they have no
|
||||||
content in the Haml source. `meta`, `img`, `link`, `script`, `br`, and `hr` tags
|
content in the Haml source. `meta`, `img`, `link`, `script`, `br`, and `hr` tags
|
||||||
are treated as empty by default. This list can be customized by setting the
|
are treated as empty by default. This list can be customized by setting the
|
||||||
[`:autoclose`](#autoclose-option) option.
|
{Haml::Options#autoclose `:autoclose`} option.
|
||||||
|
|
||||||
### Whitespace Removal: `>` and `<`
|
### Whitespace Removal: `>` and `<`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue