Hey all,
This is mostly for just the admin to see.
In the appraisal section: http://www.namepros.com/appraisals.php I've noticed that when you submit comments with quotes in them, the quotes are preceeded with a slash.
This:
Would become This:
and This:
Would become This:
I know this is done in php to prevent errors, but the coder must have made a tiny mistake
Just thought i'd let you know.
Thanks!
Rhett.
This is mostly for just the admin to see.
In the appraisal section: http://www.namepros.com/appraisals.php I've noticed that when you submit comments with quotes in them, the quotes are preceeded with a slash.
This:
Code:
"abc"
Code:
\"abc\"
Code:
'abc'
Code:
\'abc\'
I know this is done in php to prevent errors, but the coder must have made a tiny mistake
Just thought i'd let you know.
Thanks!
Rhett.



