From 95eedee6d60c51afb6bd440ce136a0369ac39a68 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 23 Sep 2010 23:03:56 +0000 Subject: [PATCH] BUGFIX Force tidy to avoid wrapping long lines in CSSContentParser, it breaks our FunctionalTest string assertions git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@111176 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' );