Index: trunk/phase3/includes/libs/JavaScriptDistiller.php |
— | — | @@ -161,7 +161,7 @@ |
162 | 162 | foreach ($this->_patterns as $reg) { |
163 | 163 | $regexp .= '(' . substr($reg[self::EXPRESSION], 1, -1) . ')|'; |
164 | 164 | } |
165 | | - $regexp = substr($regexp, 0, -1) . '/'; |
| 165 | + $regexp = substr($regexp, 0, -1) . '/S'; |
166 | 166 | $regexp .= ($this->ignoreCase) ? 'i' : ''; |
167 | 167 | |
168 | 168 | $string = $this->_escape($string, $this->escapeChar); |