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…
Reference in New Issue