Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoColumnLetter5.php |
— | — | @@ -105,7 +105,7 @@ |
106 | 106 | $form .= '<td>' . Xml::radio( 'amount', 100, $this->form_data['amount'] == 100 ) . '100 ' . |
107 | 107 | Xml::radio( 'amount', 50, $this->form_data['amount'] == 50 ) . '50 ' . |
108 | 108 | Xml::radio( 'amount', 35, $this->form_data['amount'] == 35 ) . '35 ' . |
109 | | - Xml::radio( 'amount', 20, $this->form_data['amount'] == 20, 'onfocus' => 'clearField( document.getElementById(\'amountOther\'), "Other" )' ) . '20 ' . |
| 109 | + Xml::radio( 'amount', 20, $this->form_data['amount'] == 20, array( 'onfocus' => 'clearField( document.getElementById(\'amountOther\'), "Other" )' ) ) . '20 ' . |
110 | 110 | '</td>'; |
111 | 111 | $form .= '</tr>'; |
112 | 112 | $form .= '<tr>'; |