We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933a074 commit 2efabb6Copy full SHA for 2efabb6
build.py
@@ -55,4 +55,6 @@ def handle_starttag(self, tag, attrs):
55
if title:
56
f.write(f": {html_escape(title)}".encode())
57
f.write(f"</div>".encode())
58
- f.write(f"{html_escape(sys.argv[-1])}</body></html>".encode())
+ f.write(
59
+ f'<div style="margin-top:8px">{html_escape(sys.argv[-1])}</div></body></html>'.encode()
60
+ )
0 commit comments