We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ae98a commit 0ea98c7Copy full SHA for 0ea98c7
roundup/cgi/exceptions.py
@@ -1,4 +1,4 @@
1
-#$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 $
2
'''Exceptions for use in Roundup's web interface.
3
'''
4
@@ -49,8 +49,7 @@ class SeriousError(Exception):
49
def __str__(self):
50
return '''
51
<html><head><title>Roundup issue tracker: An error has occurred</title>
52
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8;">
53
- <link rel="stylesheet" type="text/css" href="_file/style.css">
+ <link rel="stylesheet" type="text/css" href="@@file/style.css">
54
</head>
55
<body class="body" marginwidth="0" marginheight="0">
56
<p class="error-message">%s</p>
0 commit comments