program/js/app.js
@@ -1892,6 +1892,7 @@ else html = cols[c]; if (html) col.innerHTML = html; row.appendChild(col); @@ -4417,6 +4418,7 @@ for (c in cols) { col = document.createElement('td'); col.className = String(c).toLowerCase(); if (cols[c]) col.innerHTML = cols[c]; row.appendChild(col); } @@ -5863,7 +5865,7 @@ for (c=0, len=repl.length; c < len; c++) { cell = document.createElement('td'); cell.innerHTML = repl[c].html; cell.innerHTML = repl[c].html || ''; if (repl[c].id) cell.id = repl[c].id; if (repl[c].className) cell.className = repl[c].className; tr.appendChild(cell);