summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index c4ecc78ec..8c11ed0d9 100644
--- a/functions.php
+++ b/functions.php
@@ -4188,7 +4188,7 @@
$inner_title_class = "catTitleNL";
}
- if ($cat_id > 0) {
+ if ($cat_id >= 0) {
$cat_class = "feedCat";
} else {
$cat_class = "virtCat";