Skip to content

Commit

Permalink
Comment Clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo authored Jul 17, 2017
1 parent 7b3a35c commit 598d2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/freebusy.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 598d2d9

Please sign in to comment.