Index: trunk/phase3/includes/specials/SpecialSearch.php |
— | — | @@ -766,7 +766,7 @@ |
767 | 767 | array( 'id' => 'mw-searchoptions', 'style' => 'margin:0em;' ) |
768 | 768 | ) . |
769 | 769 | Xml::element( 'legend', null, wfMsg('powersearch-legend') ) . |
770 | | - Xml::element( 'h4', null, wfMsgExt( 'powersearch-ns', array( 'parseinline' ) ) ) . |
| 770 | + Xml::tags( 'h4', null, wfMsgExt( 'powersearch-ns', array( 'parseinline' ) ) ) . |
771 | 771 | Xml::tags( |
772 | 772 | 'div', |
773 | 773 | array( 'id' => 'mw-search-togglebox' ), |