TheDJ has uploaded a new change for review.

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


Change subject: Remove unnecessary clears
......................................................................

Remove unnecessary clears

This is a followup to Ibb9371eecb99b627ba9dfca5b0a60143fbd6f84f
Bug: 33438

Change-Id: I0b39138967f2d29d5e50db0a5990d175fcc81a8e
---
M includes/specials/SpecialRecentchangeslinked.php
M includes/templates/Usercreate.php
M includes/templates/Userlogin.php
3 files changed, 2 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/17/64517/1

diff --git a/includes/specials/SpecialRecentchangeslinked.php 
b/includes/specials/SpecialRecentchangeslinked.php
index 062e09d..32b3ed9 100644
--- a/includes/specials/SpecialRecentchangeslinked.php
+++ b/includes/specials/SpecialRecentchangeslinked.php
@@ -72,7 +72,7 @@
                $outputPage = $this->getOutput();
                $title = Title::newFromURL( $target );
                if ( !$title || $title->getInterwiki() != '' ) {
-                       $outputPage->wrapWikiMsg( "<div 
class=\"errorbox\">\n$1\n</div><br style=\"clear: both\" />", 
'allpagesbadtitle' );
+                       $outputPage->wrapWikiMsg( "<div 
class=\"errorbox\">\n$1\n</div>", 'allpagesbadtitle' );
                        return false;
                }
 
diff --git a/includes/templates/Usercreate.php 
b/includes/templates/Usercreate.php
index 28b5d79..c45a2c1 100644
--- a/includes/templates/Usercreate.php
+++ b/includes/templates/Usercreate.php
@@ -54,7 +54,6 @@
                        $this->html( 'message' );
 ?>
        </div>
-       <div class="visualClear"></div>
 <?php
                }
 ?>
diff --git a/includes/templates/Userlogin.php b/includes/templates/Userlogin.php
index 8c937a7..4165089 100644
--- a/includes/templates/Userlogin.php
+++ b/includes/templates/Userlogin.php
@@ -40,8 +40,7 @@
                }
                ?>
                <?php $this->html( 'message' ); ?>
-       </div>
-       <div class="visualClear"></div><?php
+       </div><?php
 
                }
 ?>

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

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

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

Reply via email to