From: Andrew Dolgov Date: Sat, 25 Aug 2007 03:36:19 +0000 (+0100) Subject: getFeedCounters: escape last_updated X-Git-Tag: 1.2.15~56 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=588fb13b5d82b39aaf1aa3d46e71e7c46e42bcf1;p=tt-rss.git getFeedCounters: escape last_updated --- diff --git a/functions.php b/functions.php index 86d59142..f3f82d31 100644 --- a/functions.php +++ b/functions.php @@ -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,