From ca058348c146ed3277f31863cac8d407f16a40c0 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 21 Jan 2009 15:50:13 +0000 Subject: [PATCH] XHTML --- includes/specials/SpecialUpload.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}; - + -- 2.20.1