We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d0564 commit 1c24d6dCopy full SHA for 1c24d6d
1 file changed
src/py/kaleido/_page_generator.py
@@ -49,7 +49,7 @@ class PageGenerator:
49
footer = f"""
50
<script src="{KJS_PATH.as_uri()}"></script>
51
</head>
52
- <body style="{{margin: 0; padding: 0;}}"><img id="kaleido-image"></img></body>
+ <body style="{{margin: 0; padding: 0;}}"><img id="kaleido-image" /></body>
53
</html>
54
"""
55
"""The footer is the HTML that always goes on the bottom. Rarely needs changing."""
0 commit comments