summaryrefslogtreecommitdiff
path: root/doc/bugs/CGI_showed_HTML_when_perl_error.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/CGI_showed_HTML_when_perl_error.mdwn')
-rw-r--r--doc/bugs/CGI_showed_HTML_when_perl_error.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/bugs/CGI_showed_HTML_when_perl_error.mdwn b/doc/bugs/CGI_showed_HTML_when_perl_error.mdwn
index 4b185608b..c0ee6c9ef 100644
--- a/doc/bugs/CGI_showed_HTML_when_perl_error.mdwn
+++ b/doc/bugs/CGI_showed_HTML_when_perl_error.mdwn
@@ -1 +1,5 @@
-I didn't have Time/Duration.pm installed when I clicked RecentChanges. The perl failed. The CGI outputed the Content-type: text/html and the complete HTML which included the error in side of the paragraph tags. Maybe a newline was sent before that Content-type line. The web browser didn't render the HTML but just showed the source. \ No newline at end of file
+I didn't have Time/Duration.pm installed when I clicked RecentChanges. The perl failed. The CGI outputed the Content-type: text/html and the complete HTML which included the error in side of the paragraph tags. Maybe a newline was sent before that Content-type line. The web browser didn't render the HTML but just showed the source.
+
+> I can't reproduce this, I get a properly formatted error page.
+> If you'd like to send me the page, I can try to figure out what
+> happened. --[[Joey]]