From deeeac51e6e462d408056a56cf6a7421810166b7 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 12 Feb 2009 00:12:13 +0000 Subject: [PATCH] Bug 15930 Nostalgia should have both edit links bolded --- skins/Nostalgia.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/skins/Nostalgia.php b/skins/Nostalgia.php index 2b9b2f67d0..d4dee0f429 100644 --- a/skins/Nostalgia.php +++ b/skins/Nostalgia.php @@ -45,8 +45,7 @@ class SkinNostalgia extends Skin { $cat = $this->getCategoryLinks(); if($cat) $s .= "
" . $cat; - $s .= "

\n\n"; + $s .= "

\n\n"; $s .= "\n
"; return $s; @@ -60,8 +59,7 @@ class SkinNostalgia extends Skin { . $this->specialLink( 'recentchanges' ); if ( $wgOut->isArticle() ) { - $s .= $sep . $this->editThisPage() - . $sep . $this->historyLink(); + $s .= $sep . '' . $this->editThisPage() . '' . $sep . $this->historyLink(); } /* show links to different language variants */ -- 2.20.1