Changeset 901
- Timestamp:
- 12/30/05 05:27:22
- Files:
-
- trunk/cherrypy/_cputil.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/_cputil.py
r887 r901 153 153 154 154 155 _HTTPErrorTemplate = '''<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 156 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 157 <html> 155 _HTTPErrorTemplate = '''<html> 158 156 <head> 159 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />157 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> 160 158 <title>%(status)s</title> 161 159 <style type="text/css"> … … 176 174 <pre id="traceback">%(traceback)s</pre> 177 175 <div id="poweredBy"> 178 <span>Powered by <a href="http://www.cherrypy.org">Cherry py %(version)s</a></span>176 <span>Powered by <a href="http://www.cherrypy.org">CherryPy %(version)s</a></span> 179 177 </div> 180 178 </body>

