jenkins-bot has submitted this change and it was merged.
Change subject: Remove unnecessary clears
......................................................................
Remove unnecessary clears
This is a followup to Ibb9371ee.
Bug: 33438
Change-Id: I0b39138967f2d29d5e50db0a5990d175fcc81a8e
---
M includes/specials/SpecialRecentchangeslinked.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Matmarex: Looks good to me, approved
jenkins-bot: Verified
diff --git a/includes/specials/SpecialRecentchangeslinked.php
b/includes/specials/SpecialRecentchangeslinked.php
index 4773c4a..b298668 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;
}
--
To view, visit https://gerrit.wikimedia.org/r/64517
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I0b39138967f2d29d5e50db0a5990d175fcc81a8e
Gerrit-PatchSet: 5
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: TheDJ <[email protected]>
Gerrit-Reviewer: Fomafix
Gerrit-Reviewer: Matmarex <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits