Ignore:
Timestamp:
Apr 26, 2006, 3:55:55 AM (18 years ago)
Author:
rvelices
Message:

reduced the horizontal spacing between tags on the search page

when clicking today on search page, the page is not scrolled to top

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/include/category_subcats.inc.php

    r1269 r1273  
    162162          'NAME' => htmlentities($category['name'],ENT_QUOTES),
    163163          'CAPTION_NB_IMAGES' => (($category['nb_images'] == 0) ? '' : sprintf("%d ".l10n('pictures'), $category['nb_images'])),
    164           'DESCRIPTION' => @$category['comment'],ENT_QUOTES,
     164          'DESCRIPTION' => @$category['comment'],
    165165          )
    166166        );
Note: See TracChangeset for help on using the changeset viewer.