This is an issue with the mootools code. The ajax request is set to
pull back content as text/xml, and html entities are not valid xml. So
safari and chrome correctly choke. Considering the name of the method
is Request.HTML, it should allow html entities. So the request object
in this case should pull back the content as text/xhtml. I believe the
correction for this is in the next release (not sure when that goes
out). But you can correct this yourself right in the mootools code.
Just search for text/xml and you'll find the right spot.
On Sep 7, 7:52 pm, jeresch <
[hidden email]> wrote:
> Ok thank you for your help, finally it's not as great a problem as I
> thought !
>
> I don't know there was hexa equivalence to the html special
> characters. But rather than manually change all the code to hexa,
> could you give me please a little example of what you tell me about :
> the buffer of the output and the automatic replacment. I really don't
> see how you can do to know if webkit is running.