1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/lib
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
..
haml Attribute escaping respects html_safe. 2011-12-16 13:12:06 -08:00
sass Merge remote branch 'origin/stable' into stable 2010-12-17 12:51:01 -05:00
haml.rb Don't load the Rails 2 shim under Rails 3. 2010-10-11 20:29:16 -07:00
sass.rb Bring back the shims under lib/sass. 2010-10-11 20:27:16 -07:00