diff --git a/plots.ts b/plots.ts index f365e8b..d8e2687 100644 --- a/plots.ts +++ b/plots.ts @@ -54,7 +54,7 @@ export function sideBySidePlot(opts: { }) plt.setAttribute('xmlns', 'http://www.w3.org/2000/svg') const svgUrl = `data:image/svg+xml;base64,${btoa(unescape(encodeURIComponent(plt)))}` - imgTags.push(``) + imgTags.push(``) } } const output = `