Re: [rt.blitzed.org #1203] apostrophes are escaped in link application display
"Philipp Kern via RT" <[email protected]>
| Newsgroups | gmane.network.irc.blitzed.web |
|---|---|
| Message-ID | <[email protected]> |
<URL: http://rt.blitzed.org:80/Ticket/Display.html?id=1203 > On Fr, 2004-09-03 at 15:06, Andy Smith via RT wrote: > On the link application display page, apostrophes are escaped like > \'. See http://blitzed.org/linking/view.phtml?id=71 for example. > It would be nice if that could be fixed without making it insecure. foreach ($row as $i=>$val) $row[$i] = htmlentities(stripslashes($val)); Should be fixed by stripslashes now. Regards, Philipp Kern Blitzed Web Team