fixed usage of the html_attr escaping strategy to avoid double-escaping with the...
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 1 Oct 2013 13:11:00 +0000 (15:11 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 1 Oct 2013 13:11:00 +0000 (15:11 +0200)
commitf27d4a14405f014ba73aa362421f8f80d35dd618
tree58cb980d7581e279af5f2638c01e08380123d881
parenta0abed01eb4da79838d06db823d82a9c5cf6e6d0
fixed usage of the html_attr escaping strategy to avoid double-escaping with the html strategy
CHANGELOG
lib/Twig/NodeVisitor/SafeAnalysis.php
test/Twig/Tests/Fixtures/filters/escape_html_attr.test [new file with mode: 0644]