From: Aaron Schulz Date: Sun, 13 Apr 2008 16:18:58 +0000 (+0000) Subject:   X-Git-Tag: 1.31.0-rc.0~48373 X-Git-Url: https://git.cyclocoop.org/%2C?a=commitdiff_plain;h=dbec158ae7acd909ad7165fce4bb7c0b56a5c163;p=lhc%2Fweb%2Fwiklou.git   --- 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" .