From: Siebrand Mazeland Date: Mon, 15 Jun 2009 11:11:17 +0000 (+0000) Subject: Follow-up to r50822. Add id="mw-returnto" to allow styling. X-Git-Tag: 1.31.0-rc.0~41372 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=33e4039aec32781d2726baea519ce1eed97e72c5;p=lhc%2Fweb%2Fwiklou.git Follow-up to r50822. Add id="mw-returnto" to allow styling. --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index d0644a7d18..d390eaa87e 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1469,7 +1469,7 @@ class OutputPage { global $wgUser; $this->addLink( array( 'rel' => 'next', 'href' => $title->getFullUrl() ) ); $link = wfMsgHtml( 'returnto', $wgUser->getSkin()->link( $title ) ); - $this->addHTML( "

{$link}

\n" ); + $this->addHTML( "

{$link}

\n" ); } /**