Revision: 46274
Author:   aaron
Date:     2009-01-26 19:11:34 +0000 (Mon, 26 Jan 2009)

Log Message:
-----------
Break line

Modified Paths:
--------------
    trunk/phase3/includes/ProtectionForm.php

Modified: trunk/phase3/includes/ProtectionForm.php
===================================================================
--- trunk/phase3/includes/ProtectionForm.php    2009-01-26 18:52:41 UTC (rev 
46273)
+++ trunk/phase3/includes/ProtectionForm.php    2009-01-26 19:11:34 UTC (rev 
46274)
@@ -374,7 +374,8 @@
                                        </tr></table>";
                        }
                        # Add custom expiry field
-                       $attribs = array( 'id' => "mwProtect-$action-expires", 
'onkeyup' => 'ProtectionForm.updateExpiry(this)' ) + $this->disabledAttrib;
+                       $attribs = array( 'id' => "mwProtect-$action-expires",
+                               'onkeyup' => 
'ProtectionForm.updateExpiry(this)' ) + $this->disabledAttrib;
                        $out .= "<table><tr>
                                        <td class='mw-label'>" .
                                                $mProtectother .



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to