http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73687
Revision: 73687
Author: kaldari
Date: 2010-09-24 22:19:21 +0000 (Fri, 24 Sep 2010)
Log Message:
-----------
missing a closing td
Modified Paths:
--------------
trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoColumnLetter.php
Modified:
trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoColumnLetter.php
===================================================================
---
trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoColumnLetter.php
2010-09-24 22:10:25 UTC (rev 73686)
+++
trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoColumnLetter.php
2010-09-24 22:19:21 UTC (rev 73687)
@@ -64,7 +64,7 @@
// anonymous
$form .= '<tr>';
$form .= '<td>' . Xml::check( 'comment-option', TRUE ) .
'</td>';
- $form .= '<td>' . Xml::label( wfMsg(
'donate_interface-anon-message' ), 'comment-option' );
+ $form .= '<td>' . Xml::label( wfMsg(
'donate_interface-anon-message' ), 'comment-option' ) . '</td>';
$form .= '</tr>';
// email agreement
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs