Index: trunk/extensions/DonationInterface/donate_interface/donate_interface.php |
— | — | @@ -130,7 +130,7 @@ |
131 | 131 | $currencyMenu .= Xml::option( $fullName, $value ); |
132 | 132 | } |
133 | 133 | |
134 | | - $output = Xml::openElement( 'form', array( 'name' => "donate", 'method' => "post", 'action' => "", 'onsubmit' => '' )) . |
| 134 | + $output = Xml::openElement( 'form', array( 'name' => "donate", 'method' => "post", 'action' => "", 'onsubmit' => 'return DonateValidateForm(this)' )) . |
135 | 135 | Xml::openElement( 'div', array('id' => 'mw-donation-intro' )) . |
136 | 136 | Xml::element( 'p', array( 'class' => 'mw-donation-intro-text' ), wfMsg( 'donate_interface-intro' )) . |
137 | 137 | Xml::closeElement( 'div' ); |