Skip to content

Commit d84594f

Browse files
committed
Merge branch 'hman61-doohtml-lite-v0.98.2-june-6-2025'
2 parents c1a6023 + e6cd288 commit d84594f

File tree

1 file changed

+1
-1
lines changed
  • frameworks/keyed/doohtml-lite/src

1 file changed

+1
-1
lines changed

frameworks/keyed/doohtml-lite/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class Main {
9595
const len = this.tbody.children.length
9696
for (let i = 0; i<len; i += 10) {
9797
this.rows[i].label += BANG
98-
this.tbody.children[i].children[1].children[0].append(BANG)
98+
this.tbody.children[i].children[1].children[0].textContent = this.rows[i].label
9999
}
100100
}
101101

0 commit comments

Comments
 (0)