Closed (fixed)
Project:
Accessibility
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Anonymous (not verified)
Created:
17 Sep 2008 at 15:59 UTC
Updated:
8 Sep 2017 at 10:09 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedThe problem was the following:
With accesibility module switched on, this line:
became
(in Firefox).
But!! I just noticed that little switch in the Accessibility admin! - "Override xHTML mime type"
That fixed firefox.
Comment #2
jabba_29 commentedThis is due to code output not produced by the module itself.
Sending content as application/xhtml+xml is risky if you have any user inputs or
incorrectly coded pages in general.
That is what the override 'switch' is for ...
and why /admin is sent as text/html no matter what...
but I am glad you found it.
Additionally there are quite a few JavaScript/ajax things that do not work on when content is sent is this format.
Again, that is why the switch is available.
Good luck and let me know how your site goes ....
Comment #3
jabba_29 commentedNot module related