Change unacceptable value default behavior to drop silently.
commit0da17072d183df106f15475f832f36e6fd71474a
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Tue, 15 Aug 2006 23:58:18 +0000 (15 23:58 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Tue, 15 Aug 2006 23:58:18 +0000 (15 23:58 +0000)
treea5a845131df627c84fc1ba1acfbdfd4ee49a909b
parent38e0485fcd8fc3f6dbae016bf5c7508296f71cff
Change unacceptable value default behavior to drop silently.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@269 48356398-32a2-884e-a903-53898d9a118a
library/HTMLPurifier/ChildDef.php
library/HTMLPurifier/Strategy.php
library/HTMLPurifier/Strategy/MakeWellFormed.php
library/HTMLPurifier/Strategy/RemoveForeignElements.php
tests/HTMLPurifier/Strategy/CoreTest.php
tests/HTMLPurifier/Strategy/FixNestingTest.php
tests/HTMLPurifier/Strategy/MakeWellFormedTest.php
tests/HTMLPurifier/Strategy/RemoveForeignElementsTest.php