Minor update to improve XHTML compliance.
This commit is contained in:
parent
de3d119525
commit
960c4c6e3a
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = '<script language="JavaScript" type="text/javascript">';
|
||||
|
|
@ -477,7 +477,7 @@ sub www_editCommerceSettings {
|
|||
-options=> \%shippingPlugins,
|
||||
-label => $i18n->get('shipping plugin label'),
|
||||
-value => [$shippingPlugin],
|
||||
-extras => 'onChange="activeShipping=operateHidden(this.options[this.selectedIndex].value,activeShipping)"'
|
||||
-extras => 'onchange="activeShipping=operateHidden(this.options[this.selectedIndex].value,activeShipping)"'
|
||||
);
|
||||
|
||||
$jscript = '<script language="JavaScript" type="text/javascript">';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue