From 598d2d9858996e719ed742e2fb5e4ed48057c9f0 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 17 Jul 2017 10:11:44 -0400 Subject: [PATCH] Comment Clarification --- src/freebusy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freebusy.html b/src/freebusy.html index 9fed542..a663015 100644 --- a/src/freebusy.html +++ b/src/freebusy.html @@ -254,7 +254,7 @@ } thisPersonsRow.cells[0].innerHTML += personsName; // before we put the original string into the DOM, - // sanitize it so people can't put rogue HTML in their names + // sanitize it so people can't put rogue HTML in their event details eventLocation = sanitizeHTML(eventLocation); thisPersonsRow.cells[1].innerHTML = eventLocation; thisPersonsRow.cells[2].innerHTML = eventDuration;