From c2d56bc429eca5c4f9f3ea5e086f45290fa9135a Mon Sep 17 00:00:00 2001 From: JT Smith Date: Wed, 30 Apr 2003 01:18:59 +0000 Subject: [PATCH] fixed typo --- lib/WebGUI/ErrorHandler.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/ErrorHandler.pm b/lib/WebGUI/ErrorHandler.pm index 65aeddaea..ebb971f38 100644 --- a/lib/WebGUI/ErrorHandler.pm +++ b/lib/WebGUI/ErrorHandler.pm @@ -295,7 +295,7 @@ Returns an HTML formatted list of the session variables for display during debug sub showSessionVars { my $data = getSessionVars(); $data =~ s/\n/\/g; - return '
'.$data.'
'; + return '
'.$data.'
'; }