From 33e4039aec32781d2726baea519ce1eed97e72c5 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 15 Jun 2009 11:11:17 +0000 Subject: [PATCH] Follow-up to r50822. Add id="mw-returnto" to allow styling. --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ); } /** -- 2.20.1