diff options
Diffstat (limited to 'skins/Nostalgia.php')
-rw-r--r-- | skins/Nostalgia.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/skins/Nostalgia.php b/skins/Nostalgia.php index 2b9b2f67..d4dee0f4 100644 --- a/skins/Nostalgia.php +++ b/skins/Nostalgia.php @@ -45,8 +45,7 @@ class SkinNostalgia extends Skin { $cat = $this->getCategoryLinks(); if($cat) $s .= "<br />" . $cat; - $s .= "<br clear='all' /></div><hr />\n</div ->\n"; + $s .= "<br clear='all' /></div><hr />\n</div>\n"; $s .= "\n<div id='article'>"; 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 . '<strong>' . $this->editThisPage() . '</strong>' . $sep . $this->historyLink(); } /* show links to different language variants */ |