Changeset 11512


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

bug:2361 fixed : remove html tags in categories drop-down lists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_category.inc.php

    r11481 r11512  
    321321    if ($fullname)
    322322    {
    323       $option = get_cat_display_name_cache($category['uppercats'],
    324                                            null,
    325                                            false);
     323      $option = strip_tags(
     324        get_cat_display_name_cache(
     325          $category['uppercats'],
     326          null,
     327          false
     328          )
     329        );
    326330    }
    327331    else
Note: See TracChangeset for help on using the changeset viewer.