linnewbie wrote:
> On Apr 9, 1:00 pm, st...@blighty.com (Steve Atkins) wrote:
>> On Apr 9, 2009, at 9:27 AM, linnewbie wrote:
>>
>>> Hi all,
>>> I have stored HTML in a text field that I subsequently render on the
>>> web. However when I retrieve and render this data on the web I am
>>> getting t
linnewbie wrote:
What I have on disk would be:
Bonnie & Clyde
which would usually be rendered as:
Bonnie & Clype
but this is not happening, it's being rendered
as:
Bonnie & Clyde
There are only three options.
1. That is *not* what you have stored in the database, it's being
escaped on t
On Apr 9, 1:00 pm, st...@blighty.com (Steve Atkins) wrote:
> On Apr 9, 2009, at 9:27 AM, linnewbie wrote:
>
> > Hi all,
>
> > I have stored HTML in a text field that I subsequently render on the
> > web. However when I retrieve and render this data on the web I am
> > getting the entities being r
On Apr 9, 2009, at 9:27 AM, linnewbie wrote:
Hi all,
I have stored HTML in a text field that I subsequently render on the
web. However when I retrieve and render this data on the web I am
getting the entities being rendered in their raw form, ie, instead of
getting the '&' symbol when '&' is
On 09/04/2009 17:27, linnewbie wrote:
> I have stored HTML in a text field that I subsequently render on the
> web. However when I retrieve and render this data on the web I am
> getting the entities being rendered in their raw form, ie, instead of
> getting the '&' symbol when '&' is stored I'
Hi all,
I have stored HTML in a text field that I subsequently render on the
web. However when I retrieve and render this data on the web I am
getting the entities being rendered in their raw form, ie, instead of
getting the '&' symbol when '&' is stored I'm getting the 'raw'
'&'.
I would be g