Skip to content

Commit fbea17f

Browse files
author
Henrik jJaven
committed
DooHTML-v0.30.8-non-keyed
1 parent 696edd8 commit fbea17f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

frameworks/keyed/doohtml/js/Main.class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Doo.define(
9090
let tr = this.tbody.querySelectorAll('tr')
9191
for (let i=0, len = this.data.rows.length;i<len;i+=10) {
9292
this.data.rows[i].label += ' !!!';
93-
tr[i].childNodes[1].childNodes[0].innerHTML = this.data.rows[i].label
93+
tr[i].childNodes[1].childNodes[0].textContent = this.data.rows[i].label
9494
}
9595
}
9696

0 commit comments

Comments
 (0)