From dbec158ae7acd909ad7165fce4bb7c0b56a5c163 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 13 Apr 2008 16:18:58 +0000 Subject: [PATCH]   --- includes/SpecialProtectedpages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialProtectedpages.php b/includes/SpecialProtectedpages.php index 0c13f2748d..04766000dc 100644 --- a/includes/SpecialProtectedpages.php +++ b/includes/SpecialProtectedpages.php @@ -118,7 +118,7 @@ class ProtectedPagesForm { $this->getTypeMenu( $type ) . " \n" . $this->getLevelMenu( $level ) . " \n" . "" . - $this->getExpiryCheck( $indefOnly ) . "\n" . + $this->getExpiryCheck( $indefOnly ) . " \n" . $this->getSizeLimit( $sizetype, $size ) . "\n" . "" . " " . Xml::submitButton( wfMsg( 'allpagessubmit' ) ) . "\n" . -- 2.20.1