mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 04:31:28 +00:00
getFeedCounters: escape last_updated
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user