diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-06-14 00:56:22 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-06-14 00:56:22 +0000 |
commit | 05a695450a5ede0300728419def8815b603fab1f (patch) | |
tree | 2da7540564da2b62bcb021644151cd1cacac4f93 /include/category_subcats.inc.php | |
parent | 4dbad1bd7292465c6c56ed7a03a28d3a28d08367 (diff) |
merge r1353 from branch-1_6 to trunk (bug 389: font tag allowed in category
html description for subcatify)
git-svn-id: http://piwigo.org/svn/trunk@1354 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/category_subcats.inc.php')
-rw-r--r-- | include/category_subcats.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/category_subcats.inc.php b/include/category_subcats.inc.php index 60a7c4225..aefe8e392 100644 --- a/include/category_subcats.inc.php +++ b/include/category_subcats.inc.php @@ -94,7 +94,7 @@ SELECT representative_picture_id $comment = null; if (isset($row['comment'])) { - $comment = strip_tags($row['comment'], '<a><br><p><b><i><small><strong>'); + $comment = strip_tags($row['comment'], '<a><br><p><b><i><small><strong><font>'); } if (isset($image_id)) |