Fix image alt text in renderer (change title to alt)

This commit is contained in:
chylex 2016-10-30 23:56:02 +01:00
parent f7136560a1
commit ba2b5fa7c8

View File

@ -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([