Changeset 1354


Ignore:
Timestamp:
Jun 14, 2006, 2:56:22 AM (18 years ago)
Author:
rvelices
Message:

merge r1353 from branch-1_6 to trunk (bug 389: font tag allowed in category
html description for subcatify)

Location:
trunk/include
Files:
2 edited

Legend:

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

    r1172 r1354  
    7979  if (isset($row['comment']))
    8080  {
    81     $comment = strip_tags($row['comment'], '<a><br><p><b><i><small><strong>');
     81    $comment = strip_tags($row['comment'], '<a><br><p><b><i><small><strong><font>');
    8282  }
    8383
  • trunk/include/category_subcats.inc.php

    r1290 r1354  
    9595  if (isset($row['comment']))
    9696  {
    97     $comment = strip_tags($row['comment'], '<a><br><p><b><i><small><strong>');
     97    $comment = strip_tags($row['comment'], '<a><br><p><b><i><small><strong><font>');
    9898  }
    9999
Note: See TracChangeset for help on using the changeset viewer.