From: Aaron Schulz Date: Thu, 12 Feb 2009 00:12:13 +0000 (+0000) Subject: Bug 15930 Nostalgia should have both edit links bolded X-Git-Tag: 1.31.0-rc.0~42925 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27static%27%2C%20filename=%27css/bootstrap.css%27%29%20%7D%7D?a=commitdiff_plain;h=deeeac51e6e462d408056a56cf6a7421810166b7;p=lhc%2Fweb%2Fwiklou.git Bug 15930 Nostalgia should have both edit links bolded --- 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 */