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";