unescape label caption in feedlist
This commit is contained in:
parent
bed0f18f7a
commit
9b27e823bc
|
@ -226,7 +226,8 @@
|
||||||
error_reporting (DEFAULT_ERROR_LEVEL);
|
error_reporting (DEFAULT_ERROR_LEVEL);
|
||||||
|
|
||||||
printFeedEntry(-$line["id"]-11,
|
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 New Issue