aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-06-13 23:23:44 +0100
committerPratik Naik <pratiknaik@gmail.com>2008-06-13 23:23:44 +0100
commiteea4fe4c902e71249d77b3103eade3dec905f98a (patch)
tree4f815027776d0f5d96c8d094374d478d73bc557e /actionpack
parentd62382afa39d7ea413b24cf33a6dbb55d8cc1f1c (diff)
downloadrails-eea4fe4c902e71249d77b3103eade3dec905f98a.tar.gz
rails-eea4fe4c902e71249d77b3103eade3dec905f98a.tar.bz2
rails-eea4fe4c902e71249d77b3103eade3dec905f98a.zip
Make rescue template xhtml compatible [Sam Ruby] [#415 status:resolved]
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_controller/templates/rescues/layout.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/templates/rescues/layout.erb b/actionpack/lib/action_controller/templates/rescues/layout.erb
index d38f3e67f9..4a04742e40 100644
--- a/actionpack/lib/action_controller/templates/rescues/layout.erb
+++ b/actionpack/lib/action_controller/templates/rescues/layout.erb
@@ -1,4 +1,4 @@
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Action Controller: Exception caught</title>
<style>