fix: невалидный escape \> в строке HTML (сломал regex-флаг на строке 525)
This commit is contained in:
parent
9ccda83bc1
commit
01bb70f378
@ -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 () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user