diff -up perl-CGI-FormMagick-0.92/lib/CGI/FormMagick/HTML.pm.uninitialized-value perl-CGI-FormMagick-0.92/lib/CGI/FormMagick/HTML.pm --- perl-CGI-FormMagick-0.92/lib/CGI/FormMagick/HTML.pm.uninitialized-value 2009-11-24 19:51:56.000000000 +0100 +++ perl-CGI-FormMagick-0.92/lib/CGI/FormMagick/HTML.pm 2009-11-24 19:52:44.000000000 +0100 @@ -144,7 +144,7 @@ prints the stuff that goes at the bottom sub print_form_footer { my $fm = shift; - my $url = $fm->{cgi}->url(-relative => 1); + my $url = $fm->{cgi}->url(-relative => 1) || ''; # here's how we clear our state IDs print qq(

),$fm->localise('Start over again'), @@ -173,7 +173,7 @@ sub print_page_header { my $title = $fm->page->{title}; my $description = $fm->page->{description}; my $menu = $fm->page->{menu}; - my $url = $fm->{cgi}->url(-relative => 1); + my $url = $fm->{cgi}->url(-relative => 1) || ''; my $enctype = $fm->get_page_enctype(); # the level 2 heading is the page element's title heading