Sukeesh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/277050

Change subject: Changed OOUI
......................................................................

Changed OOUI

Bug: T117747
Change-Id: Id284c23b1f38c7b04112b95c5026393f4263d867
---
M includes/specials/SpecialBooksources.php
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/50/277050/1

diff --git a/includes/specials/SpecialBooksources.php 
b/includes/specials/SpecialBooksources.php
index 1794dec..18ae8ca 100644
--- a/includes/specials/SpecialBooksources.php
+++ b/includes/specials/SpecialBooksources.php
@@ -51,19 +51,19 @@
         $this->setHeaders();
         $formDescriptor = array(
             'simpletextfield' => array(
-                    'label' => 'ISBN', 
+                    'label' => 'ISBN',
                     'class' => 'HTMLTextField',
                     'size' => 20,
             )
         );
 
-        $htmlForm = HTMLForm::factory( 'ooui',$formDescriptor, 
$this->getContext());
-        $htmlForm->setSubmitText( 'Search' ); 
+        $htmlForm = HTMLForm::factory( 'ooui',$formDescriptor, 
$this->getContext() );
+        $htmlForm->setSubmitText( 'Search' );
         $htmlForm->setWrapperLegendMsg( 'booksources-search-legend' );
         $htmlForm->addHiddenFields( $hiddenFields );
         $htmlForm->setAction( wfScript() );
         $htmlForm->setMethod( 'get' );
-        $htmlForm->prepareForm()->displayForm( false ); 
+        $htmlForm->prepareForm()->displayForm( false );
        }
 
        /**

-- 
To view, visit https://gerrit.wikimedia.org/r/277050
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id284c23b1f38c7b04112b95c5026393f4263d867
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Sukeesh <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to