| Index: branches/REL1_18/phase3/includes/specials/SpecialSearch.php |
| — | — | @@ -753,7 +753,7 @@ |
| 754 | 754 | if( array_key_exists($t->getInterwiki(),$customCaptions) ) { |
| 755 | 755 | // captions from 'search-interwiki-custom' |
| 756 | 756 | $caption = $customCaptions[$t->getInterwiki()]; |
| 757 | | - else{ |
| | 757 | + } else { |
| 758 | 758 | // default is to show the hostname of the other wiki which might suck |
| 759 | 759 | // if there are many wikis on one hostname |
| 760 | 760 | $parsed = wfParseUrl( $t->getFullURL() ); |