From c800133fbdd0d478d3b9271322060e5992543c28 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 26 Jan 2009 19:11:34 +0000 Subject: [PATCH] Break line --- includes/ProtectionForm.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/ProtectionForm.php b/includes/ProtectionForm.php index d01d3bcecf..5fe3cbc72c 100644 --- a/includes/ProtectionForm.php +++ b/includes/ProtectionForm.php @@ -374,7 +374,8 @@ class ProtectionForm { "; } # 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 .= "
" . $mProtectother . -- 2.20.1