r46274 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46273‎ | r46274 | r46275 >
Date:19:11, 26 January 2009
Author:aaron
Status:ok
Tags:
Comment:
Break line
Modified paths:
  • /trunk/phase3/includes/ProtectionForm.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ProtectionForm.php
@@ -374,7 +374,8 @@
375375 </tr></table>";
376376 }
377377 # Add custom expiry field
378 - $attribs = array( 'id' => "mwProtect-$action-expires", 'onkeyup' => 'ProtectionForm.updateExpiry(this)' ) + $this->disabledAttrib;
 378+ $attribs = array( 'id' => "mwProtect-$action-expires",
 379+ 'onkeyup' => 'ProtectionForm.updateExpiry(this)' ) + $this->disabledAttrib;
379380 $out .= "<table><tr>
380381 <td class='mw-label'>" .
381382 $mProtectother .

Status & tagging log