r80552 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80551‎ | r80552 | r80553 >
Date:03:33, 19 January 2011
Author:yaron
Status:deferred
Tags:
Comment:
Fixed typo
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_FormUtils.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_FormUtils.php
@@ -90,7 +90,7 @@
9191 $attrs = $attr + array(
9292 'type' => 'checkbox',
9393 'value' => '',
94 - 'name' => 'wpMinoredit'
 94+ 'name' => 'wpMinoredit',
9595 'id' => 'wpMinoredit',
9696 'accesskey' => wfMsg( 'accesskey-minoredit' ),
9797 'tabindex' => $sfgTabIndex,