Commit 3e0e69cd authored by Vincent Pelletier's avatar Vincent Pelletier

Fix --stats output rendering

parent 3cc66082
......@@ -1204,7 +1204,7 @@ def asHTML(
('Rendering time', timedelta(seconds=(
end_stat_time - end_parsing_time))),
):
out.write('<tr><th class="text">{caption}</th><td>{value}</td></tr>')
out.write(f'<tr><th class="text">{caption}</th><td>{value}</td></tr>')
out.write('</table>')
out.write('</body></html>')
......
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