diff options
Diffstat (limited to 'plugins/jetpack/modules/custom-css/csstidy/class.csstidy_print.php')
-rw-r--r-- | plugins/jetpack/modules/custom-css/csstidy/class.csstidy_print.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/jetpack/modules/custom-css/csstidy/class.csstidy_print.php b/plugins/jetpack/modules/custom-css/csstidy/class.csstidy_print.php index c720d398..56b95404 100644 --- a/plugins/jetpack/modules/custom-css/csstidy/class.csstidy_print.php +++ b/plugins/jetpack/modules/custom-css/csstidy/class.csstidy_print.php @@ -1,5 +1,4 @@ <?php - /** * CSSTidy - CSS Parser and Optimiser * @@ -201,7 +200,6 @@ class csstidy_print { $output .= $template[0] . '@import ' . $template[5] . $this->import[$i] . $template[6]; } } - if (!empty($this->namespace)) { if (substr($this->namespace, 0, 4) === 'url(' && substr($this->namespace, -1, 1) === ')') { $this->namespace = '\'' . substr($this->namespace, 4, -1) . '\''; |