Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -1383,6 +1383,7 @@ |
1384 | 1384 | */ |
1385 | 1385 | public function addReturnTo( $title ) { |
1386 | 1386 | global $wgUser; |
| 1387 | + $this->addLink( array( 'rel' => 'next', 'href' => $title->getFullUrl() ) ); |
1387 | 1388 | $link = wfMsg( 'returnto', $wgUser->getSkin()->makeLinkObj( $title ) ); |
1388 | 1389 | $this->addHTML( "<p>{$link}</p>\n" ); |
1389 | 1390 | } |