]> git.donarmstrong.com Git - wheel.git/commitdiff
it's now end_form not endform master
authorDon Armstrong <don@donarmstrong.com>
Tue, 18 Aug 2015 21:00:44 +0000 (14:00 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 18 Aug 2015 21:00:44 +0000 (14:00 -0700)
wheel.pl

index 3facfe94cdde22e7d95d44e4218383beecb6371c..cdf3fd0b2626be096c78217f5f363862a5f71c46 100755 (executable)
--- 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));
 }