diff options
Diffstat (limited to 'include/category_recent_cats.inc.php')
-rw-r--r-- | include/category_recent_cats.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/category_recent_cats.inc.php b/include/category_recent_cats.inc.php index b9aebcf2c..2663bbcb3 100644 --- a/include/category_recent_cats.inc.php +++ b/include/category_recent_cats.inc.php @@ -78,7 +78,7 @@ if ($conf['subcatify']) $comment = null; if (isset($row['comment'])) { - $comment = strip_tags($row['comment'], '<a><br><p><b><i><small><strong>'); + $comment = strip_tags($row['comment'], '<a><br><p><b><i><small><strong><font>'); } // for each category, we have to search a recent picture to display and |