From: Erik Moeller Date: Mon, 8 Dec 2003 10:35:10 +0000 (+0000) Subject: proper CSS class for sitesupport link X-Git-Tag: 1.3.0beta1~1272 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=8af86cbf366d58248c6904c13acbf4c0f0ec4fa8;p=lhc%2Fweb%2Fwiklou.git proper CSS class for sitesupport link --- diff --git a/includes/Skin.php b/includes/Skin.php index d07a7b8a86..ad3c704f7d 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -815,7 +815,7 @@ class Skin { global $wgSiteSupportPage; if( $wgSiteSupportPage ) { $s .= "\n
" . wfMsg( "sitesupport" ) . ""; + "\" class=\"internal\">" . wfMsg( "sitesupport" ) . ""; } $s .= "\n
\n";