From: Gabriel Wicke Date: Mon, 10 May 2004 17:28:23 +0000 (+0000) Subject: typo X-Git-Tag: 1.3.0beta1~98 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=d7c3aa4c1f67e96253f91ebd00eb7b313d0e9291;p=lhc%2Fweb%2Fwiklou.git typo --- 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() ) {