Skip to content

Commit e6cd288

Browse files
committed
Merge branch 'doohtml-lite-v0.98.2-june-6-2025' of github.com:hman61/js-framework-benchmark into hman61-doohtml-lite-v0.98.2-june-6-2025
2 parents c1a6023 + c9f77a6 commit e6cd288

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)