diff --git a/contrib/php/js/tokenizephp.js b/contrib/php/js/tokenizephp.js index 4bb61597..10b6d765 100644 --- a/contrib/php/js/tokenizephp.js +++ b/contrib/php/js/tokenizephp.js @@ -960,7 +960,7 @@ var tokenizePHP = (function() { } var ch = source.next(); if (ch == "'" || ch == "\"") - return readMultilineString(ch) + return readMultilineString(ch); else if (ch == "#") return readSingleLineComment(); else if (ch == "$")