November 26th, 2005, 01:40 PM
|
#20 (permalink)
|
| Member Verified Customer
Join Date: Nov 2005
Posts: 142
| Quote: |
Originally Posted by Jeremy Ok Chuck....here's the problem:
in Classifieds when I _view source_ of a page containing a double quote (in the reivew details...title, desc, etc), in the source it displays as ".
in Reviews when I do the same, it displays "
This is why it is SHOWING " instead of showing "
" != "
So there is probably a typo somwhere OR maybe the would-be cleanly converted " to " is getting substituted AGAIN somewhere where it shouldn't be which is creating the " since & is another one of those chars that is getting sanitized. |
That is the problem.
" will DISPLAY " (the problem)
" will DISPLAY " (the expected result)
Last edited by Jeremy; November 26th, 2005 at 01:43 PM.
|
| |