Skip to content

Commit

Permalink
Add title attribute back to img tag
Browse files Browse the repository at this point in the history
  • Loading branch information
scottymac committed Sep 4, 2022
1 parent 5397c89 commit d7bc8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/dream_web/index.js
Expand Up @@ -13,7 +13,7 @@ function appendOutput(src, seed, config) {

const figureContents = `
<a href="${src}" target="_blank">
<img src="${src}" alt="${altText}">
<img src="${src}" alt="${altText}" title="${altText}">
</a>
<figcaption>${seed}</figcaption>
`;
Expand Down

0 comments on commit d7bc8c1

Please sign in to comment.