Commit 8f3979d9 authored by Christian Theune's avatar Christian Theune

- fixed #964

parent 3cdcc0f2
...@@ -71,6 +71,10 @@ Zope Changes ...@@ -71,6 +71,10 @@ Zope Changes
Bugs Fixed Bugs Fixed
- Collector: #964: standard_error_message refers to looking into the
HTML code for more information which is deprecated. Referring to
the error log now.
- Collector #893: Mailhost: munge_header has been broken for addresses - Collector #893: Mailhost: munge_header has been broken for addresses
containing the recipients full name containing the recipients full name
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
</ul> </ul>
<p>For more detailed information about the error, please <p>For more detailed information about the error, please
refer to the HTML source for this page. refer to the error log.
</p> </p>
<p>If the error persists please contact the site maintainer. <p>If the error persists please contact the site maintainer.
......
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
############################################################################## ##############################################################################
'''CGI Response Output formatter '''CGI Response Output formatter
$Id: HTTPResponse.py,v 1.75 2003/04/28 21:16:43 Brian Exp $''' $Id: HTTPResponse.py,v 1.76 2003/07/08 05:54:11 ctheune Exp $'''
__version__ = '$Revision: 1.75 $'[11:-2] __version__ = '$Revision: 1.76 $'[11:-2]
import types, os, sys, re import types, os, sys, re
import zlib, struct import zlib, struct
...@@ -614,7 +614,7 @@ class HTTPResponse(BaseResponse): ...@@ -614,7 +614,7 @@ class HTTPResponse(BaseResponse):
</UL> </UL>
<P>For more detailed information about the error, please <P>For more detailed information about the error, please
refer to the HTML source for this page. refer to error log.
</P> </P>
<P>If the error persists please contact the site maintainer. <P>If the error persists please contact the site maintainer.
......
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