Last modified: 2008-06-11 11:05:41 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T16479, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 14479 - MediaWiki:upload-maxfilesize should have a div id wrapper on SpecialUpload.php
MediaWiki:upload-maxfilesize should have a div id wrapper on SpecialUpload.php
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Interface (Other open bugs)
unspecified
All All
: Normal trivial (vote)
: ---
Assigned To: Nobody - You can work on this!
: easy
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-06-09 10:42 UTC by brianna.laugher
Modified: 2008-06-11 11:05 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description brianna.laugher 2008-06-09 10:42:08 UTC
Currently

        $maxUploadSize = wfMsgExt( 'upload-maxfilesize', array( 'parseinline', 'escapenoentities' ), $wgLang->formatSize( $val2 ) );



should be something like


        $maxUploadSize = 
                    '<div id="mw-upload-maxfilesize">' .
                   wfMsgExt( 'upload-maxfilesize', array( 'parseinline', 'escapenoentities' ), $wgLang->formatSize( $val2 ) ) .
                    "</div>\n";
Comment 1 Bryan Tong Minh 2008-06-11 11:05:41 UTC
Fixed in r36187

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links