Last modified: 2009-11-04 18:53:04 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 T23413, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 21413 - Unclosed tag in ExtensionDistributor
Unclosed tag in ExtensionDistributor
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
ExtensionDistributor (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Tim Starling
: easy, patch
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-11-04 18:35 UTC by Juliano F. Ravasi
Modified: 2009-11-04 18:53 UTC (History)
2 users (show)

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


Attachments

Description Juliano F. Ravasi 2009-11-04 18:35:58 UTC
I lack credentials to commit to this directory. Patch follows:


--- ExtensionDistributor_body.php       (revision 58553)           
+++ ExtensionDistributor_body.php       (working copy)             
@@ -118,7 +118,7 @@                                                
                                'action' => $this->getTitle()->getLocalUrl(),
                                'method' => 'POST' ) ) .
                        "<select name=\"extdist_extension\">\n" .
-                       "<option value=''></option\n"
+                       "<option value=''></option>\n"
                );

                foreach ( $extensions['trunk'] as $extension ) {
Comment 1 Ryan Schmidt 2009-11-04 18:53:04 UTC
fixed in r58557

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


Navigation
Links