changeset 2278:93bd8c4d43ef

in HTML produced by SeriousError.__str__(): remove misleading 'http-equiv' meta; change stylesheet link from '_file/' to '@@file/' for consistency with classic templates.
author Alexander Smishlajev <a1s@users.sourceforge.net>
date Tue, 11 May 2004 13:03:07 +0000
parents c9e52addda42
children 297e46e22e04
files roundup/cgi/exceptions.py
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/roundup/cgi/exceptions.py	Mon May 10 22:32:17 2004 +0000
+++ b/roundup/cgi/exceptions.py	Tue May 11 13:03:07 2004 +0000
@@ -1,4 +1,4 @@
-#$Id: exceptions.py,v 1.4 2004-03-26 00:44:11 richard Exp $
+#$Id: exceptions.py,v 1.5 2004-05-11 13:03:07 a1s Exp $
 '''Exceptions for use in Roundup's web interface.
 '''
 
@@ -49,8 +49,7 @@
     def __str__(self):
         return '''
 <html><head><title>Roundup issue tracker: An error has occurred</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8;">
- <link rel="stylesheet" type="text/css" href="_file/style.css">
+ <link rel="stylesheet" type="text/css" href="@@file/style.css">
 </head>
 <body class="body" marginwidth="0" marginheight="0">
  <p class="error-message">%s</p>

Roundup Issue Tracker: http://roundup-tracker.org/