mirror of
https://github.com/gchq/CyberChef
synced 2024-12-29 14:03:10 +00:00
Merge branch 'markdown-beautify' of https://github.com/JatinSanghvi/CyberChef
This commit is contained in:
commit
1632e23c78
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ class ToTable extends Operation {
|
|||
output += outputRow(row, longestCells);
|
||||
let rowOutput = verticalBorder;
|
||||
row.forEach(function(cell, index) {
|
||||
rowOutput += " " + headerDivider + " " + verticalBorder;
|
||||
rowOutput += " " + headerDivider.repeat(longestCells[index]) + " " + verticalBorder;
|
||||
});
|
||||
output += rowOutput += "\n";
|
||||
|
||||
|
|
Loading…
Reference in a new issue