[SPIP] ~v3.2.4-->v3.2.5
[lhc/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / class.csstidy.php
index 3520279..d29068a 100644 (file)
@@ -95,7 +95,7 @@ require('class.csstidy_optimise.php');
  * An online version should be available here: http://cdburnerxp.se/cssparse/css_optimiser.php
  * @package csstidy
  * @author Florian Schmitz (floele at gmail dot com) 2005-2006
- * @version 1.6.4
+ * @version 1.6.5
  */
 class csstidy {
 
@@ -148,7 +148,7 @@ class csstidy {
         * @var string
         * @access private
         */
-       public $version = '1.6.4';
+       public $version = '1.6.5';
        /**
         * Stores the settings
         * @var array
@@ -888,7 +888,7 @@ class csstidy {
                                                $this->str_char[] = $string{$i} === '(' ? ')' : $string{$i};
                                                $this->from[] = 'instr';
                                                $this->quoted_string[] = ($_str_char === ')' && $string{$i} !== '(' && trim($_cur_string)==='(')?$_quoted_string:!($string{$i} === '(');
-                                               continue;
+                                               continue 2;
                                        }
 
                                        if ($_str_char !== ")" && ($string{$i} === "\n" || $string{$i} === "\r") && !($string{$i - 1} === '\\' && !$this->escaped($string, $i - 1))) {