Commit 355e76a4 by Anton

Fix cell coloring

parent 6092fa4d
...@@ -284,7 +284,7 @@ export class TableRenderer { ...@@ -284,7 +284,7 @@ export class TableRenderer {
cellClass = ' class="' + cellClasses.join(' ') + '"'; cellClass = ' class="' + cellClasses.join(' ') + '"';
} }
columnHtml = '<td' + cellClass + cellStyle + '>' + columnHtml + '</td>'; columnHtml = '<td' + cellClass + cellStyle + textStyle + '>' + columnHtml + '</td>';
return columnHtml; return columnHtml;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment