diff --git modules/contrib/minihtml/jshrink.php modules/contrib/minihtml/jshrink.php index 44e2681..253c241 100644 --- modules/contrib/minihtml/jshrink.php +++ modules/contrib/minihtml/jshrink.php @@ -223,7 +223,7 @@ class Minifier { // check for some regex that breaks stuff if ($this->a === '/' && ($this->b === '\'' || $this->b === '"')) { $this->saveRegex(); - continue; + continue 3; } echo $this->a;