diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/category_subcats.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/category_subcats.inc.php b/include/category_subcats.inc.php index 02a2b214b..578cabde6 100644 --- a/include/category_subcats.inc.php +++ b/include/category_subcats.inc.php @@ -161,7 +161,7 @@ SELECT id, path, tn_ext ), 'NAME' => htmlentities($category['name'],ENT_QUOTES), 'CAPTION_NB_IMAGES' => (($category['nb_images'] == 0) ? '' : sprintf("%d ".l10n('pictures'), $category['nb_images'])), - 'DESCRIPTION' => @$category['comment'],ENT_QUOTES, + 'DESCRIPTION' => @$category['comment'], ) ); } |