1
0
Fork 0
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:
Matt Wildig 2013-04-03 22:52:10 +01:00 committed by Norman Clarke
parent 682aed1322
commit 7ccb8f58f7

View file

@ -516,7 +516,7 @@ when the format is `:xhtml`.
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
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 `<`