> Perhaps this should be added to the $Server->HTMLEncode() regexp in
> ASP.pm?
> 
>       s/\'/'/sg;

i would go even further with:
s/[^\w\s\n\r]/escpape($1)/ge
or somethin like this.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to