From 960c4c6e3aff29ae37dbf1e92ca210690c6c6722 Mon Sep 17 00:00:00 2001 From: Daniel Collis-Puro Date: Tue, 28 Jun 2005 02:51:32 +0000 Subject: [PATCH] Minor update to improve XHTML compliance. --- lib/WebGUI/Operation/Commerce.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Operation/Commerce.pm b/lib/WebGUI/Operation/Commerce.pm index befe99956..9f99c2f41 100644 --- a/lib/WebGUI/Operation/Commerce.pm +++ b/lib/WebGUI/Operation/Commerce.pm @@ -436,7 +436,7 @@ sub www_editCommerceSettings { -options => \%paymentPlugins, -label => $i18n->get('payment form'), -value => [$paymentPlugin], - -extras => 'onChange="activePayment=operateHidden(this.options[this.selectedIndex].value,activePayment)"' + -extras => 'onchange="activePayment=operateHidden(this.options[this.selectedIndex].value,activePayment)"' ); $jscript = '