changeset 315:b00945765e7b

corrected error document to be same as base
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 29 Jun 2010 20:37:31 +0200
parents 0d26d46bd370
children d6e2817734d2
files pylons_app/templates/errors/error_document.html
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/templates/errors/error_document.html	Tue Jun 29 20:36:09 2010 +0200
+++ b/pylons_app/templates/errors/error_document.html	Tue Jun 29 20:37:31 2010 +0200
@@ -1,9 +1,8 @@
 ## -*- coding: utf-8 -*-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" >
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" id="mainhtml">
 <head>
+	<link rel="icon" href="/images/hgicon.png" type="image/png" />
     <title>Error - ${c.error_message}</title>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>