r70976 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70975‎ | r70976 | r70977 >
Date:18:08, 12 August 2010
Author:awjrichards
Status:ok
Tags:
Comment:
Fixed missing div closure in contribution submission form that was pushing navigation down below the content area
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php
@@ -462,6 +462,7 @@
463463 wfMsg( 'payflowpro_gateway-question-comment' ) ) .
464464 Xml::closeElement( 'form' ) .
465465 Xml::closeElement( 'div' ) .
 466+ Xml::closeElement( 'div' ).
466467 Xml::closeElement( 'div' );
467468 return $form;
468469 }

Status & tagging log