Index: trunk/phase3/includes/ProtectionForm.php |
— | — | @@ -374,7 +374,8 @@ |
375 | 375 | </tr></table>"; |
376 | 376 | } |
377 | 377 | # 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; |
379 | 380 | $out .= "<table><tr> |
380 | 381 | <td class='mw-label'>" . |
381 | 382 | $mProtectother . |