Remove unnecessary clears
authorDerk-Jan Hartman <hartman@videolan.org>
Wed, 26 Jun 2013 21:44:48 +0000 (23:44 +0200)
committerMatmaRex <matma.rex@gmail.com>
Wed, 26 Jun 2013 21:53:46 +0000 (23:53 +0200)
This is a followup to Ibb9371ee.

Bug: 33438
Change-Id: I0b39138967f2d29d5e50db0a5990d175fcc81a8e

includes/specials/SpecialRecentchangeslinked.php

index 4773c4a..b298668 100644 (file)
@@ -72,7 +72,7 @@ class SpecialRecentchangeslinked extends SpecialRecentChanges {
                $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;
                }