Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php |
— | — | @@ -180,7 +180,7 @@ |
181 | 181 | global $wgOut, $wgScriptPath; |
182 | 182 | |
183 | 183 | // we only want to load this JS if the form is being rendered |
184 | | - $wgOut->addHeadItem( 'validatescript', '<script type="text/javascript" language="javascript" src="' . |
| 184 | + $wgOut->addHeadItem( 'validatescript', '<script type="text/javascript" src="' . |
185 | 185 | $wgScriptPath . |
186 | 186 | '/extensions/DonationInterface/payflowpro_gateway/validate_input.js"></script>' ); |
187 | 187 | |