diff options
| -rw-r--r-- | util.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ def write_report(fn, title=None, keys=None, rows): for row in rows: f.write("<tr>") for cell in row: - f.write("<td>{}</td>".format(cell) + f.write("<td>{}</td>".format(cell)) f.write("</tr>") f.write("</table>") f.write("</body>") |
