This project is archived and is in readonly mode.
make rescues/layout.erb xhtml compatible
Reported by Sam Ruby | June 13th, 2008 @ 10:07 PM
action_controller/templates/rescues/layout.erb is not xhtml compatible, that means that the error tracebacks are difficult to read on sites which are served with a content type of application/xhtml+xml to browsers like Firefox.
The fix is simple. Change line one in the file from
To
No other changes are required.
Comments and changes to this ticket
-
Sam Ruby June 13th, 2008 @ 10:09 PM
Looks like my markup got eaten. Second attempt:
<html>
becomes:
<html xmlns="http://www.w3.org/1999/xhtml">
-
Repository June 13th, 2008 @ 11:24 PM
(from [eea4fe4c902e71249d77b3103eade3dec905f98a]) Make rescue template xhtml compatible [Sam Ruby] [#415 status:resolved]
-
Repository June 13th, 2008 @ 11:50 PM
- State changed from new to resolved
(from [f1a1e551f58e5915ee931fdbe37bc0b6ac229630]) Make rescue template xhtml compatible [Sam Ruby] [#415 state:resolved]
-
Sam Ruby June 19th, 2008 @ 02:44 PM
- no changes were found...
-
Sam Ruby June 19th, 2008 @ 03:44 PM
- no changes were found...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>