From 3845ee6adee61c1b3c234c79e67b311a78cfd140 Mon Sep 17 00:00:00 2001 From: Florian Date: Tue, 24 May 2016 18:56:12 +0200 Subject: [PATCH] Remove doubled title on Special:MIMESearch Having a page title (from skin) and the same text in the first form on that page (directly after the page title) is doubled and doesn't look very good. This change removes the form title completely, as it is obvious enough what the form does (the input has it's own label and the page title is clearly visible). Follow up: I6c8b0f3be92bc455fe62846508d0b21c778b993d Change-Id: I56c2f05ebe5b15f50eba6297c39326e1504b8229 --- includes/specials/SpecialMIMEsearch.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/specials/SpecialMIMEsearch.php b/includes/specials/SpecialMIMEsearch.php index d8a468f333..15696bcbd8 100644 --- a/includes/specials/SpecialMIMEsearch.php +++ b/includes/specials/SpecialMIMEsearch.php @@ -120,7 +120,6 @@ class MIMEsearchPage extends QueryPage { ]; HTMLForm::factory( 'ooui', $formDescriptor, $this->getContext() ) - ->setWrapperLegendMsg( 'mimesearch' ) ->setSubmitTextMsg( 'ilsubmit' ) ->setAction( $this->getPageTitle()->getLocalURL() ) ->setMethod( 'get' ) -- 2.20.1