fix: невалидный escape \> в строке HTML (сломал regex-флаг на строке 525)

This commit is contained in:
tore 2026-09-23 17:59:56 +00:00
parent 9ccda83bc1
commit 01bb70f378

View File

@ -522,7 +522,8 @@
"<td>" + esc(r.person) + "</td>" +
"<td>" + esc(r.what) + "</td>" +
"<td>" + esc(deadlineLabel(r)) + "</td>" +
"<td><span class=\"kt-ai-status-pill\" data-status=\"" + st.tone + "\\">" + esc(st.label) + "</span></td></tr>";
"<td>" +
'<span class="kt-ai-status-pill" data-status="' + st.tone + '">' + esc(st.label) + "</span></td></tr>";
}
function bindRow(tr) {
tr.addEventListener("click", function () {