bug #1211 fixed usage of the html_attr escaping strategy to avoid double-escaping...
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 1 Oct 2013 14:20:20 +0000 (16:20 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 1 Oct 2013 14:20:20 +0000 (16:20 +0200)
commitc5e4b15dbfe318f015e35b657bcbf12dffe4ccd4
tree58cb980d7581e279af5f2638c01e08380123d881
parenta0abed01eb4da79838d06db823d82a9c5cf6e6d0
parentf27d4a14405f014ba73aa362421f8f80d35dd618
bug #1211 fixed usage of the html_attr escaping strategy to avoid double-escaping with the html strategy (fabpot)

This PR was merged into the master branch.

Discussion
----------

fixed usage of the html_attr escaping strategy to avoid double-escaping with the html strategy

fixes #896

Commits
-------

f27d4a1 fixed usage of the html_attr escaping strategy to avoid double-escaping with the html strategy