summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-25 04:36:19 +0100
committerAndrew Dolgov <[email protected]>2007-08-25 04:36:19 +0100
commit588fb13b5d82b39aaf1aa3d46e71e7c46e42bcf1 (patch)
treef295bd092f8d1c2ca9810837d82acac58a14c789 /functions.php
parent14073c0ae4b715e14a9162a33b8c5d8d51762fbb (diff)
getFeedCounters: escape last_updated
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 86d591420..f3f82d312 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,