typo
authorGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 10 May 2004 17:28:23 +0000 (17:28 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 10 May 2004 17:28:23 +0000 (17:28 +0000)
includes/EditPage.php

index a75caff..2c04c1f 100644 (file)
@@ -249,7 +249,7 @@ class EditPage {
                        $wgOut->addHTML( "<strong>" .
                        wfMsg( "readonlywarning" ) .
                        "</strong>" );
-               } else if ( $isCssJsSubpage and "preview" != $formtype)) {
+               } else if ( $isCssJsSubpage and "preview" != $formtype) {
                        $wgOut->addHTML( wfMsg( "usercssjsyoucanpreview" ));
                }
                if( $this->mTitle->isProtected() ) {