Changeset 11513


Ignore:
Timestamp:
Jun 26, 2011, 12:03:48 PM (13 years ago)
Author:
mistic100
Message:

merge r11512 form trunk
bug:2361 fixed : remove html tags in categories drop-down lists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/include/functions_category.inc.php

    r11486 r11513  
    318318    if ($fullname)
    319319    {
    320       $option = get_cat_display_name_cache($category['uppercats'],
    321                                            null,
    322                                            false);
     320      $option = strip_tags(
     321        get_cat_display_name_cache(
     322          $category['uppercats'],
     323          null,
     324          false
     325          )
     326        );
    323327    }
    324328    else
Note: See TracChangeset for help on using the changeset viewer.