From 6f306b5f97d78a3c45bb846e27e3afaf40df1af8 Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Sun, 9 Mar 2008 11:48:14 +0000 Subject: [PATCH] Make #catlinks styling work after last commit by assigning that id to the div with the catlinks class. --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""; } } -- 2.20.1