1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 18:15:56 +00:00

getFeedCounters: escape last_updated

This commit is contained in:
Andrew Dolgov
2007-08-25 04:36:19 +01:00
parent 14073c0ae4
commit 588fb13b5d

View File

@@ -2322,6 +2322,8 @@
$last_updated = date($short_date, strtotime($line["last_updated"]));
}
$last_updated = htmlspecialchars($last_updated);
$has_img = is_file(ICONS_DIR . "/$id.ico");
$tmp_result = db_query($link,