From d7bc8c12e05535a363ac7c745a3f3abc2773bfcf Mon Sep 17 00:00:00 2001 From: Scott McMillin Date: Sun, 4 Sep 2022 18:52:09 -0500 Subject: [PATCH] Add title attribute back to img tag --- static/dream_web/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/dream_web/index.js b/static/dream_web/index.js index 001454d9e5..8181bbfccf 100644 --- a/static/dream_web/index.js +++ b/static/dream_web/index.js @@ -13,7 +13,7 @@ function appendOutput(src, seed, config) { const figureContents = ` - ${altText} + ${altText}
${seed}
`;