mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-10 10:31:01 +02:00
getFeedCounters: escape last_updated
This commit is contained in:
parent
14073c0ae4
commit
588fb13b5d
@ -2322,6 +2322,8 @@
|
|||||||
$last_updated = date($short_date, strtotime($line["last_updated"]));
|
$last_updated = date($short_date, strtotime($line["last_updated"]));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$last_updated = htmlspecialchars($last_updated);
|
||||||
|
|
||||||
$has_img = is_file(ICONS_DIR . "/$id.ico");
|
$has_img = is_file(ICONS_DIR . "/$id.ico");
|
||||||
|
|
||||||
$tmp_result = db_query($link,
|
$tmp_result = db_query($link,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user