Thomas Bruederli
2014-06-04 72afe3153cfaf0f8aaa0a4db115fea62959ff6d1
program/js/app.js
@@ -6712,7 +6712,7 @@
        tr = document.createElement('tr');
        for (c=0, len=repl.length; c < len; c++) {
          cell = document.createElement('td');
          cell = document.createElement('th');
          cell.innerHTML = repl[c].html || '';
          if (repl[c].id) cell.id = repl[c].id;
          if (repl[c].className) cell.className = repl[c].className;