format tree

This commit is contained in:
zowoq 2025-01-13 13:40:59 +10:00
parent 86617ee85d
commit 3c4b222e50

View file

@ -27,9 +27,9 @@ def generate_html_table(rows):
table_rows = "".join( table_rows = "".join(
f""" f"""
<tr> <tr>
<td>{row['number']}</td> <td>{row["number"]}</td>
<td>{row['attr_path']}</td> <td>{row["attr_path"]}</td>
<td>{row['payload']}</td> <td>{row["payload"]}</td>
</tr> </tr>
""" """
for row in rows for row in rows