Changeset 1269


Ignore:
Timestamp:
Apr 25, 2006, 9:47:04 PM (18 years ago)
Author:
chrisaga
Message:
  • bug 350 fixed : must not use htmlentities() on category comment
File:
1 edited

Legend:

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

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