From bf2c1934b971e62d8a424928b86fb6785212df78 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 22 Nov 2010 05:22:43 +0000 Subject: #672954 by effulgentsia, Jacine: Fixed Wrap inline CSS with explicit CDATA --- modules/simpletest/tests/common.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest') diff --git a/modules/simpletest/tests/common.test b/modules/simpletest/tests/common.test index 9dc2532ab..6c1492e75 100644 --- a/modules/simpletest/tests/common.test +++ b/modules/simpletest/tests/common.test @@ -654,7 +654,7 @@ class CascadingStylesheetsTestCase extends DrupalWebTestCase { */ function testRenderInlinePreprocess() { $css = 'body { padding: 0px; }'; - $css_preprocessed = ''; + $css_preprocessed = ''; drupal_add_css($css, array('type' => 'inline')); $styles = drupal_get_css(); $this->assertEqual(trim($styles), $css_preprocessed, t('Rendering preprocessed inline CSS adds it to the page.')); -- cgit v1.2.3