From eadc146cc478efe31ffeb99b4a022f7b1260fbfc Mon Sep 17 00:00:00 2001 From: Brian Carrier Date: Wed, 30 Dec 2009 22:58:52 +0000 Subject: [PATCH] Resolved issue 2923857 regarding cookie errors for the icon and css file links --- lib/Print.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/Print.pm b/lib/Print.pm index 6b702966a2..417caa70f4 100644 --- a/lib/Print.pm +++ b/lib/Print.pm @@ -155,7 +155,7 @@ sub print_html_header_frameset { $text - + EOF @@ -169,7 +169,7 @@ sub print_html_footer_frameset { sub print_html_header { print_html_header_frameset(shift); print "\n\n"; - print "\n"; + print "\n"; } sub print_html_footer { @@ -182,7 +182,7 @@ sub print_html_header_tabs { print_html_header_frameset(shift); print "\n\n"; - print "\n"; + print "\n"; $is_body = 1; } @@ -206,7 +206,7 @@ sub print_html_header_javascript { $text - +