Skip to content

Commit

Permalink
merge r1353 from branch-1_6 to trunk (bug 389: font tag allowed in ca…
Browse files Browse the repository at this point in the history
…tegory

html description for subcatify)

git-svn-id: http://piwigo.org/svn/trunk@1354 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
rvelices committed Jun 14, 2006
1 parent 4dbad1b commit 05a6954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/category_recent_cats.inc.php
Expand Up @@ -78,7 +78,7 @@
$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>');
}

// for each category, we have to search a recent picture to display and
Expand Down
2 changes: 1 addition & 1 deletion include/category_subcats.inc.php
Expand Up @@ -94,7 +94,7 @@
$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))
Expand Down

0 comments on commit 05a6954

Please sign in to comment.