Index: trunk/phase3/includes/libs/JavaScriptMinifier.php |
— | — | @@ -512,7 +512,7 @@ |
513 | 513 | } else { |
514 | 514 | // Identifier or reserved word. Search for the end by excluding whitespace and |
515 | 515 | // punctuation. |
516 | | - $end += strcspn( $s, " \t\n.;,=<>+-{}()[]?:*/%'\"!&|^~\f\v\r", $end ); |
| 516 | + $end += strcspn( $s, " \t\n.;,=<>+-{}()[]?:*/%'\"!&|^~\xb\xc\r", $end ); |
517 | 517 | } |
518 | 518 | |
519 | 519 | // Now get the token type from our type array |