aboutsummaryrefslogtreecommitdiffstats
path: root/include/category_subcats.inc.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2006-04-26 01:56:35 +0000
committerrvelices <rv-github@modusoptimus.com>2006-04-26 01:56:35 +0000
commitc5c39aee68899d94d984b4bd4df1150d64197a53 (patch)
tree9e2cf154ed5a35a2a47a84b6bd765b58ee450688 /include/category_subcats.inc.php
parent2b9d9597f788c759dce863acf8a12b123452a5e3 (diff)
merge -r1273 from branch-1_6 to trunk
reduced the horizontal spacing between tags on the search page when clicking today on search page, the page is not scrolled to top git-svn-id: http://piwigo.org/svn/trunk@1274 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--include/category_subcats.inc.php2
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'],
)
);
}