mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-04-14 23:50:33 +03:00
Fix image alt text in renderer (change title to alt)
This commit is contained in:
parent
f7136560a1
commit
ba2b5fa7c8
@ -42,7 +42,7 @@ var DISCORD = (function(){
|
||||
].join(""));
|
||||
|
||||
templateEmbedImage = new TEMPLATE([
|
||||
"<a href='{url}' class='embed thumbnail'><img src='{url}' title='(image attachment not found)'></a><br>"
|
||||
"<a href='{url}' class='embed thumbnail'><img src='{url}' alt='(image attachment not found)'></a><br>"
|
||||
].join(""));
|
||||
|
||||
templateEmbedDownload = new TEMPLATE([
|
||||
|
Loading…
x
Reference in New Issue
Block a user