format tree
This commit is contained in:
parent
86617ee85d
commit
3c4b222e50
1 changed files with 3 additions and 3 deletions
|
@ -27,9 +27,9 @@ def generate_html_table(rows):
|
|||
table_rows = "".join(
|
||||
f"""
|
||||
<tr>
|
||||
<td>{row['number']}</td>
|
||||
<td>{row['attr_path']}</td>
|
||||
<td>{row['payload']}</td>
|
||||
<td>{row["number"]}</td>
|
||||
<td>{row["attr_path"]}</td>
|
||||
<td>{row["payload"]}</td>
|
||||
</tr>
|
||||
"""
|
||||
for row in rows
|
||||
|
|
Loading…
Add table
Reference in a new issue