r91922 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91921‎ | r91922 | r91923 >
Date:23:18, 11 July 2011
Author:nad
Status:deferred
Tags:
Comment:
need a space after row wikitext incase it ends in a naked url that gets joined with the closing </tr>
Modified paths:
  • /trunk/extensions/RecordAdmin/RecordAdmin.php (modified) (history)
  • /trunk/extensions/RecordAdmin/RecordAdmin_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/RecordAdmin/RecordAdmin_body.php
@@ -460,7 +460,7 @@
461461 $table .= "$row[$col]\n";
462462 }
463463 }
464 - $table .= "</tr>\n";
 464+ $table .= " </tr>\n";
465465 }
466466 }
467467 $table .= "</table>\n";
Index: trunk/extensions/RecordAdmin/RecordAdmin.php
@@ -10,7 +10,7 @@
1111 * @author Siebrand Mazeland
1212 * @licence GNU General Public Licence 2.0 or later
1313 */
14 -define( 'RECORDADMIN_VERSION', '1.2.5, 2011-06-21' );
 14+define( 'RECORDADMIN_VERSION', '1.2.6, 2011-07-12' );
1515
1616 $dir = dirname( __FILE__ ) . '/';
1717 $wgExtensionMessagesFiles['RecordAdmin'] = $dir . 'RecordAdmin.i18n.php';

Status & tagging log