From: justdave%syndicomm.com <> Date: Fri, 11 May 2001 01:16:51 +0000 (+0000) Subject: Fix for bug 80045: 500 Server Error in IE (but not Netscape or Mozilla) on errors... X-Git-Tag: bugzilla-2.14~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0776fda7ed23e82f3d09ccabb603e1d4f26f9d42;p=thirdparty%2Fbugzilla.git Fix for bug 80045: 500 Server Error in IE (but not Netscape or Mozilla) on errors looking up email addresses. Patch by r= justdave@syndicomm.com --- diff --git a/globals.pl b/globals.pl index 33ecd3221a..34b84c5824 100644 --- a/globals.pl +++ b/globals.pl @@ -666,6 +666,7 @@ sub DBNameToIdAndCheck { print "Yikes; couldn't create user $name. Please report problem to " . Param("maintainer") ."\n"; } else { + print "\n"; # http://bugzilla.mozilla.org/show_bug.cgi?id=80045 print "The name $name is not a valid username. Either you\n"; print "misspelled it, or the person has not registered for a\n"; print "Bugzilla account.\n";