diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-04-11 03:55:51 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-04-11 03:55:51 +0000 |
commit | fd77b2c30c92f34fc1e86a93e3fc0a138ca9099e (patch) | |
tree | e2078ff9dbd80106513a146cc201b477e078472e /include/category_subcats.inc.php | |
parent | a820112d5993f2706baf7ebd555445ad63ab8e9d (diff) |
merge r1144 from branch-1_6 into trunk
git-svn-id: http://piwigo.org/svn/trunk@1145 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 08c883d78..3e31ecc80 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']); + $comment = strip_tags($row['comment'], '<a><br><p><b><i><small><strong>'); } if (isset($image_id)) |