From 8af86cbf366d58248c6904c13acbf4c0f0ec4fa8 Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Mon, 8 Dec 2003 10:35:10 +0000 Subject: [PATCH] proper CSS class for sitesupport link --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.20.1