From 4de26f64107efd49aab9177df923ac8ba339ea71 Mon Sep 17 00:00:00 2001 From: Daniel Collis-Puro Date: Fri, 24 Jun 2005 19:20:39 +0000 Subject: [PATCH] Minor updates working towards full XHTML compliance. --- lib/WebGUI/ErrorHandler.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/WebGUI/ErrorHandler.pm b/lib/WebGUI/ErrorHandler.pm index edfda66ad..8d0f7aca4 100644 --- a/lib/WebGUI/ErrorHandler.pm +++ b/lib/WebGUI/ErrorHandler.pm @@ -145,9 +145,9 @@ sub fatal { print "

Problem With Request

We have encountered a problem with your request. Please use your back button and try again. If this problem persists, please contact us with what you were trying to do and the time and date of the problem."; - print '
'.$WebGUI::Session::session{setting}{companyName}; - print '
'.$WebGUI::Session::session{setting}{companyEmail}; - print '
'.$WebGUI::Session::session{setting}{companyURL}; + print '
'.$WebGUI::Session::session{setting}{companyName}; + print '
'.$WebGUI::Session::session{setting}{companyEmail}; + print '
'.$WebGUI::Session::session{setting}{companyURL}; } else { print "

WebGUI Fatal Error

Something unexpected happened that caused this system to fault.

\n"; print "

".$message."

\n";