Chad has uploaded a new change for review.

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


Change subject: Remove stupid one-cell table
......................................................................

Remove stupid one-cell table

Change-Id: Ia24c68378385adfd2a5c0bf7b9646bb1edc3d7e4
---
M includes/specials/SpecialSearch.php
1 file changed, 2 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/87/93887/1

diff --git a/includes/specials/SpecialSearch.php 
b/includes/specials/SpecialSearch.php
index d5a6b29..46e6837 100644
--- a/includes/specials/SpecialSearch.php
+++ b/includes/specials/SpecialSearch.php
@@ -318,13 +318,9 @@
                        )
                );
                $out->addHtml(
-                       Xml::openElement( 'table', array( 'id' => 
'mw-search-top-table', 'cellpadding' => 0, 'cellspacing' => 0 ) ) .
-                       Xml::openElement( 'tr' ) .
-                       Xml::openElement( 'td' ) . "\n" .
+                       Xml::openElement( 'div', array( 'id' => 
'mw-search-top-table' ) ) .
                        $this->shortDialog( $term ) .
-                       Xml::closeElement( 'td' ) .
-                       Xml::closeElement( 'tr' ) .
-                       Xml::closeElement( 'table' )
+                       Xml::closeElement( 'div' )
                );
 
                // Sometimes the search engine knows there are too many hits

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

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

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

Reply via email to