Commit 688055d9 authored by Amos Latteier's avatar Amos Latteier

Removed the ! from the ZPublisher error message.

parent c2fbd2b5
...@@ -84,8 +84,8 @@ ...@@ -84,8 +84,8 @@
############################################################################## ##############################################################################
'''CGI Response Output formatter '''CGI Response Output formatter
$Id: HTTPResponse.py,v 1.11 1999/04/28 00:00:12 amos Exp $''' $Id: HTTPResponse.py,v 1.12 1999/04/29 21:51:55 amos Exp $'''
__version__='$Revision: 1.11 $'[11:-2] __version__='$Revision: 1.12 $'[11:-2]
import string, types, sys, regex import string, types, sys, regex
from string import find, rfind, lower, upper, strip, split, join, translate from string import find, rfind, lower, upper, strip, split, join, translate
...@@ -460,7 +460,7 @@ class HTTPResponse(BaseResponse): ...@@ -460,7 +460,7 @@ class HTTPResponse(BaseResponse):
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD WIDTH="10%" ALIGN="CENTER"> <TD WIDTH="10%" ALIGN="CENTER">
<STRONG><FONT SIZE="+6" COLOR="#77003B">!</FONT></STRONG> &nbsp;
</TD> </TD>
<TD WIDTH="90%"> <TD WIDTH="90%">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment