unescape label caption in feedlist
This commit is contained in:
parent
bed0f18f7a
commit
9b27e823bc
1 changed files with 2 additions and 1 deletions
|
@ -226,7 +226,8 @@
|
|||
error_reporting (DEFAULT_ERROR_LEVEL);
|
||||
|
||||
printFeedEntry(-$line["id"]-11,
|
||||
$class, $line["description"], $count, "images/label.png", $link);
|
||||
$class, db_unescape_string($line["description"]),
|
||||
$count, "images/label.png", $link);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue