@@ -46,7 +46,7 @@ |
||
46 | 46 | */ |
47 | 47 | $res = preg_replace( |
48 | 48 | '/(["\'])(?:(?!\\1).)*+\\1/', |
49 | - "\\1\\1", // Replace the content with two of the quotes that were matched |
|
49 | + "\\1\\1", // Replace the content with two of the quotes that were matched |
|
50 | 50 | $input, |
51 | 51 | ); |
52 | 52 |