Skip to content

Commit 1c24d6d

Browse files
committed
Fix self-closing image tag.
1 parent e8d0564 commit 1c24d6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/py/kaleido/_page_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class PageGenerator:
4949
footer = f"""
5050
<script src="{KJS_PATH.as_uri()}"></script>
5151
</head>
52-
<body style="{{margin: 0; padding: 0;}}"><img id="kaleido-image"></img></body>
52+
<body style="{{margin: 0; padding: 0;}}"><img id="kaleido-image" /></body>
5353
</html>
5454
"""
5555
"""The footer is the HTML that always goes on the bottom. Rarely needs changing."""

0 commit comments

Comments
 (0)