Small fixes
authorKrinkle <krinkle@users.mediawiki.org>
Tue, 25 Jan 2011 19:53:21 +0000 (19:53 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Tue, 25 Jan 2011 19:53:21 +0000 (19:53 +0000)
* Missing space in SpecialPage.php
* Raising z-index of .suggestions (when used in a jQuery UI modal box the suggestion list appeared behind the modal instead of on top (ui modal has z-index: 1000; )

includes/SpecialPage.php
resources/jquery/jquery.suggestions.css

index e985f2b..348100a 100644 (file)
@@ -633,7 +633,7 @@ class SpecialPage {
                        $found = false;
                        foreach ( $aliases as $n => $values ) {
                                if ( strcasecmp( $name, $n ) === 0 ) {
-                                       wfWarn( "Found alias defined for $n when searching for" .
+                                       wfWarn( "Found alias defined for $n when searching for " .
                                                "special page aliases for $name. Case mismatch?" );
                                        $name = $values[0];
                                        $found = true;
index f0b48da..74094c5 100644 (file)
@@ -7,7 +7,7 @@
        left: 0px;
        width: 0px;
        border: none;
-       z-index: 99;
+       z-index: 1099;
        padding: 0;
        margin: -1px -1px 0 0;
 }