mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Add title attribute back to img tag
This commit is contained in:
parent
5397c89184
commit
d7bc8c12e0
@ -13,7 +13,7 @@ function appendOutput(src, seed, config) {
|
|||||||
|
|
||||||
const figureContents = `
|
const figureContents = `
|
||||||
<a href="${src}" target="_blank">
|
<a href="${src}" target="_blank">
|
||||||
<img src="${src}" alt="${altText}">
|
<img src="${src}" alt="${altText}" title="${altText}">
|
||||||
</a>
|
</a>
|
||||||
<figcaption>${seed}</figcaption>
|
<figcaption>${seed}</figcaption>
|
||||||
`;
|
`;
|
||||||
|
Loading…
Reference in New Issue
Block a user