added the possibility to force the escaping of a string already marked as safe
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 22 Sep 2011 19:57:09 +0000 (21:57 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 22 Sep 2011 19:57:09 +0000 (21:57 +0200)
commit46080c90ea9f06e21ceb88b4d1b62d22374e32af
tree3ee4f048e46cc3d338ac8e262713871e3df3ca12
parentd101a059764de6a2279a13f270b263280bcc218e
added the possibility to force the escaping of a string already marked as safe
CHANGELOG
lib/Twig/Extension/Core.php
lib/Twig/NodeVisitor/Escaper.php
test/Twig/Tests/Fixtures/filters/force_escape.test [new file with mode: 0644]