* (bug 4576) Missing '>' broke license selector's first option in IE, Opera
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 12 Jan 2006 22:09:43 +0000 (22:09 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 12 Jan 2006 22:09:43 +0000 (22:09 +0000)
RELEASE-NOTES
includes/SpecialUpload.php

index 6d9b0e9..c4a6832 100644 (file)
@@ -470,6 +470,7 @@ fully support the editing toolbar, but was found to be too confusing.
 * (bug 4000) Support for \textstyle et al. in <math>
 * (bug 1663) support color in TeX formulas
 * (bug 2026) missing glue around \not= (TeX)
+* (bug 4576) Missing '>' broke license selector's first option in IE, Opera
 
 
 === Caveats ===
index 1ea1969..ff32564 100644 (file)
@@ -627,7 +627,7 @@ class UploadForm {
                        <td align='left'>
                                <script type='text/javascript' src=\"$wgStylePath/common/upload.js\"></script>
                                <select name='wpLicense' id='wpLicense' tabindex='4'
-                                       onchange='licenseSelectorCheck()'
+                                       onchange='licenseSelectorCheck()'>
                                        <option value=''>$nolicense</option>
                                        $licenseshtml
                                </select>