haml--haml/doc-src
Gerad Suyderhoud e4510a94b7 Attribute escaping respects html_safe.
It's sometimes the case where we don't want attributes to be
html_escaped... for instance `%input{ placeholder: 'Filter…' }`.

This commit changes the attribute escaping to respect the rails
`html_safe` flag and not escape attributes when `.html_safe` is
explicitly called on them.

Closes #470
2011-12-16 13:12:06 -08:00
..
FAQ.md Excise Sass from within files. 2010-08-22 21:01:33 -07:00
HAML_CHANGELOG.md Attribute escaping respects html_safe. 2011-12-16 13:12:06 -08:00
HAML_REFERENCE.md Fix link in HAML_REFERENCE.md. 2011-09-12 17:14:28 -07:00