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 4201fab commit 1d237e9Copy full SHA for 1d237e9
2 files changed
src/py/kaleido/_page_generator.py
@@ -35,7 +35,7 @@ class PageGenerator:
35
footer = f"""
36
<script src="{KJS_PATH.as_uri()}"></script>
37
</head>
38
- <body style="{{margin: 0; padding: 0;}}"><img id="kaleido-image"><img></body>
+ <body style="{{margin: 0; padding: 0;}}"><img id="kaleido-image"></img></body>
39
</html>
40
"""
41
"""The footer is the HTML that always goes on the bottom. Rarely needs changing."""
src/py/kaleido/vendor/index.html
@@ -12,5 +12,5 @@
12
<script src="https://cdn.jsdelivr.net/npm/mathjax@3.2.2/es5/tex-svg.js"></script>
13
<script src="./kaleido_scopes.js"></script>
14
15
- <body style="{margin: 0; padding: 0;}"><img id="kaleido-image"><img></body>
+ <body style="{margin: 0; padding: 0;}"><img id="kaleido-image"></img></body>
16
0 commit comments