From: Don Armstrong Date: Tue, 18 Aug 2015 21:00:44 +0000 (-0700) Subject: it's now end_form not endform X-Git-Url: https://git.donarmstrong.com/?p=wheel.git;a=commitdiff_plain;h=1b3c67f4d43fba4e9ba480d07073dff3070b0c93 it's now end_form not endform --- diff --git a/wheel.pl b/wheel.pl index 3facfe9..cdf3fd0 100755 --- a/wheel.pl +++ b/wheel.pl @@ -638,7 +638,7 @@ OUT ]), ]) ), - $q->endform, + $q->end_form, $q->hr,$q->i("Created by ".$q->a({-href=>"mailto:don\@donarmstrong.com"},'Don Armstrong')." and Raphael Zidovetzki. Version: ".$q->b($VERSION)); }