Skip to content

Commit 2efabb6

Browse files
committed
Update build.py
1 parent 933a074 commit 2efabb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,6 @@ def handle_starttag(self, tag, attrs):
5555
if title:
5656
f.write(f": {html_escape(title)}".encode())
5757
f.write(f"</div>".encode())
58-
f.write(f"{html_escape(sys.argv[-1])}</body></html>".encode())
58+
f.write(
59+
f'<div style="margin-top:8px">{html_escape(sys.argv[-1])}</div></body></html>'.encode()
60+
)

0 commit comments

Comments
 (0)