diff --git a/htdocs/index.html b/htdocs/index.html index 9466adf..c599782 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -3,9 +3,18 @@ Harmonious Code: Will my PHP code and Web hosting work together? + +

Harmonious Code

+
Loading...
@@ -32,8 +41,10 @@ +
diff --git a/src/FunctionTokenProcessor.hx b/src/FunctionTokenProcessor.hx index 069c262..862bec7 100644 --- a/src/FunctionTokenProcessor.hx +++ b/src/FunctionTokenProcessor.hx @@ -40,8 +40,7 @@ class FunctionTokenProcessor extends TokenProcessor { var version_clean_regexps = [ function(s) { return ~/PECL /.replace(s, ""); }, - function(s) { return ~/\:/.replace(s, " "); }, - function(s) { return ~/\, /.replace(s, ","); } + function(s) { return ~/\:/.replace(s, " "); } ]; while (i < s_length) {