Index: trunk/phase3/skins/Nostalgia.php |
— | — | @@ -45,8 +45,7 @@ |
46 | 46 | $cat = $this->getCategoryLinks(); |
47 | 47 | if($cat) $s .= "<br />" . $cat; |
48 | 48 | |
49 | | - $s .= "<br clear='all' /></div><hr />\n</div |
50 | | ->\n"; |
| 49 | + $s .= "<br clear='all' /></div><hr />\n</div>\n"; |
51 | 50 | $s .= "\n<div id='article'>"; |
52 | 51 | |
53 | 52 | return $s; |
— | — | @@ -60,8 +59,7 @@ |
61 | 60 | . $this->specialLink( 'recentchanges' ); |
62 | 61 | |
63 | 62 | if ( $wgOut->isArticle() ) { |
64 | | - $s .= $sep . $this->editThisPage() |
65 | | - . $sep . $this->historyLink(); |
| 63 | + $s .= $sep . '<strong>' . $this->editThisPage() . '</strong>' . $sep . $this->historyLink(); |
66 | 64 | } |
67 | 65 | |
68 | 66 | /* show links to different language variants */ |