diff --git a/viz/app/dom.js b/viz/app/dom.js index e43a7ee..18c4fcd 100644 --- a/viz/app/dom.js +++ b/viz/app/dom.js @@ -54,6 +54,6 @@ export function esc(s) { export function renderThumbHtml(imgUrl, cls = "thumb") { const img = normImg(imgUrl); if (!img) return `
`; - return `