From: Derk-Jan Hartman Date: Wed, 26 Jun 2013 21:44:48 +0000 (+0200) Subject: Remove unnecessary clears X-Git-Tag: 1.31.0-rc.0~19339^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22sites_tous%22%29%20.%20%22?a=commitdiff_plain;h=7e0072fd1781303cc4f3388925ba0ff95f7581d5;p=lhc%2Fweb%2Fwiklou.git Remove unnecessary clears This is a followup to Ibb9371ee. Bug: 33438 Change-Id: I0b39138967f2d29d5e50db0a5990d175fcc81a8e --- diff --git a/includes/specials/SpecialRecentchangeslinked.php b/includes/specials/SpecialRecentchangeslinked.php index 4773c4a327..b298668b9f 100644 --- a/includes/specials/SpecialRecentchangeslinked.php +++ b/includes/specials/SpecialRecentchangeslinked.php @@ -72,7 +72,7 @@ class SpecialRecentchangeslinked extends SpecialRecentChanges { $outputPage = $this->getOutput(); $title = Title::newFromURL( $target ); if ( !$title || $title->getInterwiki() != '' ) { - $outputPage->wrapWikiMsg( "
\n$1\n

", 'allpagesbadtitle' ); + $outputPage->wrapWikiMsg( "
\n$1\n
", 'allpagesbadtitle' ); return false; }