From 0006301d0550a5f589b64a6bccea3374059ccbdb Mon Sep 17 00:00:00 2001 From: JT Smith Date: Tue, 18 Jun 2002 00:47:39 +0000 Subject: [PATCH] Made the template draw a little larger to better display what the template will look like. --- lib/WebGUI/Template.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Template.pm b/lib/WebGUI/Template.pm index 387e0323d..988d90fc2 100644 --- a/lib/WebGUI/Template.pm +++ b/lib/WebGUI/Template.pm @@ -103,7 +103,7 @@ sub selectTemplate { $templates{$key} =~ s/\n//g; $templates{$key} =~ s/\r//g; $templates{$key} =~ s/\'/\\\'/g; - $templates{$key} =~ s/\/\/ig; + $templates{$key} =~ s/\/\
/ig; $templates{$key} =~ s/\^(\d+)\;/$1/g; $output .= " var b".$key." = '".$templates{$key}."';\n"; }