silverstripe-framework/tests/integration
2010-10-19 05:07:27 +00:00
..
HTMLValueTest.php BUGFIX Ensure that \r carriage return characters get stripped out before setting content in HTMLValue::setContent(). DOMDocument will transform these into &#13 entities, which is apparently XML spec, but not necessary for us as we're using HTML (from r111949) 2010-10-19 05:07:27 +00:00