mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
![]() 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 |
||
---|---|---|
.. | ||
helpers | ||
html | ||
template | ||
buffer.rb | ||
compiler.rb | ||
engine.rb | ||
error.rb | ||
exec.rb | ||
filters.rb | ||
helpers.rb | ||
html.rb | ||
parser.rb | ||
railtie.rb | ||
root.rb | ||
shared.rb | ||
template.rb | ||
util.rb | ||
version.rb |