Changeset 1353 for branches/branch-1_6
- Timestamp:
- Jun 14, 2006, 2:54:28 AM (18 years ago)
- Location:
- branches/branch-1_6/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_6/include/category_recent_cats.inc.php
r1173 r1353 79 79 if (isset($row['comment'])) 80 80 { 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>'); 82 82 } 83 83 -
branches/branch-1_6/include/category_subcats.inc.php
r1291 r1353 95 95 if (isset($row['comment'])) 96 96 { 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>'); 98 98 } 99 99
Note: See TracChangeset
for help on using the changeset viewer.