summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
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,