diff --git a/public_html/index.html b/public_html/index.html index 109c4ae..31fbbc8 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -1578,7 +1578,7 @@ async function loadPlannerSummary() { html = '
No tasks or appointments today.
'; } else { if (appts.length) { - html += '
TODAY'S SCHEDULE
'; + html += '
TODAY\'S SCHEDULE
'; html += appts.map(a => `
${fmtTime(a.start_at)}${a.title}${a.location?' ยท '+a.location+'':''}
`).join(''); } if (tasks.length) {