diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-04-26 01:55:55 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-04-26 01:55:55 +0000 |
commit | 99fde2849d5813026a0b2a3b80ea8e5a9a0d9732 (patch) | |
tree | 836a6fdf5165ec063cce083462e4b3f10c44957b /include/category_subcats.inc.php | |
parent | c66b0cf1c545296f24a8f8346698ef349329ced2 (diff) |
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/branches/branch-1_6@1273 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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'], ) ); } |