From: Aaron Schulz Date: Wed, 21 Jan 2009 15:50:13 +0000 (+0000) Subject: XHTML X-Git-Tag: 1.31.0-rc.0~43321 X-Git-Url: http://git.cyclocoop.org/%22%20%20.%20generer_url_ecrire%28%22mots_tous%22%29%20.%20%22?a=commitdiff_plain;h=ca058348c146ed3277f31863cac8d407f16a40c0;p=lhc%2Fweb%2Fwiklou.git XHTML --- diff --git a/includes/specials/SpecialUpload.php b/includes/specials/SpecialUpload.php index 60ebb88ecf..45ea1979dc 100644 --- a/includes/specials/SpecialUpload.php +++ b/includes/specials/SpecialUpload.php @@ -1092,7 +1092,7 @@ wgUploadAutoFill = {$autofill}; $watchChecked = $this->watchCheck() ? 'checked="checked"' : ''; # Re-uploads should not need "file exist already" warnings - $warningChecked = ($this->mIgnoreWarning || $this->mReUpload) ? 'checked' : ''; + $warningChecked = ($this->mIgnoreWarning || $this->mReUpload) ? 'checked="checked"' : ''; // Prepare form for upload or upload/copy if( $wgAllowCopyUploads && $wgUser->isAllowed( 'upload_by_url' ) ) { @@ -1234,7 +1234,7 @@ wgUploadAutoFill = {$autofill}; - +