mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-22 14:21:33 +03:00
Fix structural validity of saved HTML
This commit is contained in:
parent
3b4ec0e79c
commit
2f7182d8c3
@ -643,6 +643,7 @@ CUSTOM_CONSOLE_SVG_FORMAT = """\
|
||||
|
||||
CUSTOM_CONSOLE_HTML_FORMAT = """\
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<style>
|
||||
@ -653,7 +654,6 @@ body {{
|
||||
}}
|
||||
</style>
|
||||
</head>
|
||||
<html>
|
||||
<body>
|
||||
<pre style="font-family:monospace;line-height:1"><code>{code}</code></pre>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user