From: Andrew Garrett Date: Sun, 9 Mar 2008 11:48:14 +0000 (+0000) Subject: Make #catlinks styling work after last commit by assigning that id to the div with... X-Git-Tag: 1.31.0-rc.0~49189 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=6f306b5f97d78a3c45bb846e27e3afaf40df1af8;p=lhc%2Fweb%2Fwiklou.git Make #catlinks styling work after last commit by assigning that id to the div with the catlinks class. --- diff --git a/includes/Skin.php b/includes/Skin.php index c6e0496c28..5610f3b19b 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -720,7 +720,7 @@ END; } if(!empty($catlinks)) { - return "
{$catlinks}
"; + return ""; } }