##// END OF EJS Templates
corrected error document to be same as base
marcink -
r315:b0094576 default
parent child Browse files
Show More
@@ -1,9 +1,8 b''
1 1 ## -*- coding: utf-8 -*-
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" >
5
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" id="mainhtml">
6 4 <head>
5 <link rel="icon" href="/images/hgicon.png" type="image/png" />
7 6 <title>Error - ${c.error_message}</title>
8 7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
9 8
General Comments 0
You need to be logged in to leave comments. Login now