webfuncs.pl take out # and : characters from long types. patch:
--- > $value =~tr/a-zA-Z0-9@., $\{\}\\\n\#\!\/\-\_\[\]\\//cd; 190c189 < $value =~tr/a-zA-Z0-9@. \-\_//cd; --- > $value =~tr/a-zA-Z0-9@. \-\_\:#//cd;
Log in to post a comment.