summaryrefslogtreecommitdiff
path: root/skins/Nostalgia.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2009-06-10 13:00:47 +0200
committerPierre Schmitz <pierre@archlinux.de>2009-06-10 13:00:47 +0200
commit72e90545454c0e014318fa3c81658e035aac58c1 (patch)
tree9212e3f46868989c4d57ae9a5c8a1a80e4dc0702 /skins/Nostalgia.php
parent565a0ccc371ec1a2a0e9b39487cbac18e6f60e25 (diff)
applying patch to version 1.15.0
Diffstat (limited to 'skins/Nostalgia.php')
-rw-r--r--skins/Nostalgia.php6
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 */