Revision: 45965
Author:   aaron
Date:     2009-01-21 15:50:13 +0000 (Wed, 21 Jan 2009)

Log Message:
-----------
XHTML

Modified Paths:
--------------
    trunk/phase3/includes/specials/SpecialUpload.php

Modified: trunk/phase3/includes/specials/SpecialUpload.php
===================================================================
--- trunk/phase3/includes/specials/SpecialUpload.php    2009-01-21 15:49:59 UTC 
(rev 45964)
+++ trunk/phase3/includes/specials/SpecialUpload.php    2009-01-21 15:50:13 UTC 
(rev 45965)
@@ -1092,7 +1092,7 @@
 
                $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 @@
                                <td>
                                        <input tabindex='7' type='checkbox' 
name='wpWatchthis' id='wpWatchthis' $watchChecked value='true' />
                                        <label for='wpWatchthis'>" . wfMsgHtml( 
'watchthisupload' ) . "</label>
-                                       <input tabindex='8' type='checkbox' 
name='wpIgnoreWarning' id='wpIgnoreWarning' value='true' $warningChecked/>
+                                       <input tabindex='8' type='checkbox' 
name='wpIgnoreWarning' id='wpIgnoreWarning' value='true' $warningChecked />
                                        <label for='wpIgnoreWarning'>" . 
wfMsgHtml( 'ignorewarnings' ) . "</label>
                                </td>
                        </tr>



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to