Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoColumnLetter.php |
— | — | @@ -64,7 +64,7 @@ |
65 | 65 | // anonymous |
66 | 66 | $form .= '<tr>'; |
67 | 67 | $form .= '<td>' . Xml::check( 'comment-option', TRUE ) . '</td>'; |
68 | | - $form .= '<td>' . Xml::label( wfMsg( 'donate_interface-anon-message' ), 'comment-option' ); |
| 68 | + $form .= '<td>' . Xml::label( wfMsg( 'donate_interface-anon-message' ), 'comment-option' ) . '</td>'; |
69 | 69 | $form .= '</tr>'; |
70 | 70 | |
71 | 71 | // email agreement |