cvs: quotes show up as " instead of "
|
ziddey
Joined: 2004-11-01
Posts: 52 |
Posted: Mon, 2005-02-07 05:09
|
|
when using gallery remote (and i assume everywhere else), when a " is typed in for example the caption, it'll show up as & in gallery2 cvs |
|
| Login or register to post comments |

Posts: 8598
show up where? it should send " to your browser, as that is the html entity for a "
but if you see the text " in your browser something is wrong.. browser/version?
Posts: 52
I understand that & is html for a quote symbol but it's actually showing the code instead of the quote. ie6, firefox1, everything.
Posts: 52
crap, i didnt notice that where i write & quot ;, it only shows up as &.
Posts: 8598
can you test that assumption?
Posts: 6019
Yes, this is the case. We escape the following characters inthe database:
This is a security precaution; we do it so that these characters don't accidentally get interpreted as raw HTML and therefore allow your browser to be tricked into XSS exploits.
Is this causing you a problem? Or is this merely an observation? Thanks.