From b9ab0e6e1ceb3ae447ea9df73648e38a253a6c4e Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Tue, 19 Oct 2010 03:48:25 +0000 Subject: [PATCH] BUGFIX Force tidy to avoid wrapping long lines in CSSContentParser, it breaks our FunctionalTest string assertions (from r111176) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112899 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- dev/CSSContentParser.php | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/CSSContentParser.php b/dev/CSSContentParser.php index 6bfe05a68..41c339d39 100644 --- a/dev/CSSContentParser.php +++ b/dev/CSSContentParser.php @@ -28,6 +28,7 @@ class CSSContentParser extends Object { array( 'output-xhtml' => true, 'numeric-entities' => true, + 'wrap' => 99999, // We need this to be consistent for functional test string comparisons ), 'utf8' );