From ded492edd0538d557bc1b847f43cfc2867ff2fba Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 13 Apr 2008 23:34:47 +0000 Subject: [PATCH] Break here --- includes/SpecialProtectedpages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialProtectedpages.php b/includes/SpecialProtectedpages.php index 445ad62c50..0ebd8074cd 100644 --- a/includes/SpecialProtectedpages.php +++ b/includes/SpecialProtectedpages.php @@ -117,7 +117,7 @@ class ProtectedPagesForm { $this->getNamespaceMenu( $namespace ) . " \n" . $this->getTypeMenu( $type ) . " \n" . $this->getLevelMenu( $level ) . " \n" . - "  " . + "
  " . $this->getExpiryCheck( $indefOnly ) . " \n" . $this->getSizeLimit( $sizetype, $size ) . " \n" . "" . -- 2.20.1