From d7c3aa4c1f67e96253f91ebd00eb7b313d0e9291 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Mon, 10 May 2004 17:28:23 +0000 Subject: [PATCH] typo --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index a75caff935..2c04c1fdbd 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -249,7 +249,7 @@ class EditPage { $wgOut->addHTML( "" . wfMsg( "readonlywarning" ) . "" ); - } else if ( $isCssJsSubpage and "preview" != $formtype)) { + } else if ( $isCssJsSubpage and "preview" != $formtype) { $wgOut->addHTML( wfMsg( "usercssjsyoucanpreview" )); } if( $this->mTitle->isProtected() ) { -- 2.20.1