Index: trunk/extensions/DonationInterface/gateway_forms/Form.php |
— | — | @@ -953,11 +953,11 @@ |
954 | 954 | */ |
955 | 955 | protected function getSmallSecureLogo($language) { |
956 | 956 | |
957 | | - $form = '<table id="secureLogo" width="135" border="0" cellpadding="2" cellspacing="0" title=' . wfMsg('donate_interface-securelogo-title') . '>'; |
958 | | - $form .= '<tr>'; |
959 | | - $form .= '<td width="135" align="center" valign="top"><script type="text/javascript" src="https://seal.verisign.com/getseal?host_name=payments.wikimedia.org&size=S&use_flash=NO&use_transparent=NO&lang=en"></script><br /><a href="http://www.verisign.com/ssl-certificate/" target="_blank" style="color:#000000; text-decoration:none; font:bold 7px verdana,sans-serif; letter-spacing:.5px; text-align:center; margin:0px; padding:0px;">' . wfMsg('donate_interface-secureLogo-text') . '</a></td>'; |
960 | | - $form .= '</tr>'; |
961 | | - $form .= '</table>'; |
| 957 | + $form = '<table id="secureLogo" width="135" border="0" cellpadding="2" cellspacing="0" title=' . wfMsg('donate_interface-securelogo-title') . '>'; |
| 958 | + $form .= '<tr>'; |
| 959 | + $form .= '<td width="135" align="center" valign="top"><script type="text/javascript" src="https://seal.verisign.com/getseal?host_name=payments.wikimedia.org&size=S&use_flash=NO&use_transparent=NO&lang=en"></script><br /><a href="http://www.verisign.com/ssl-certificate/" target="_blank" style="color:#000000; text-decoration:none; font:bold 7px verdana,sans-serif; letter-spacing:.5px; text-align:center; margin:0px; padding:0px;">' . wfMsg('donate_interface-secureLogo-text') . '</a></td>'; |
| 960 | + $form .= '</tr>'; |
| 961 | + $form .= '</table>'; |
962 | 962 | return $form; |
963 | 963 | } |
964 | 964 | } |