add_display_time: Note unescaped variable

(imported from commit 17d683e2bf0e5eabfb1cb2cdb6a1db18d140b5c9)
This commit is contained in:
Keegan McAllister
2012-11-01 14:24:51 -04:00
parent 080c169e90
commit f1809b8f9c

View File

@@ -241,6 +241,7 @@ function add_display_time(message, prev) {
}
}
// NB: timestr is HTML, inserted into the document without escaping.
if (include_date) {
message.timestr = time.toString("MMM dd") + "  " +
time.toString("HH:mm");