Skip to content

Commit 270bf9a

Browse files
committed
add alt to image
1 parent f6bad02 commit 270bf9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenFlow/src/LoginProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,7 @@ export class LoginProvider {
16741674
let id = NoderedUtil.GetUniqueIdentifier();
16751675
let imgurl = Config.baseurl() + "read/" + id;
16761676
text = text.split('\n').join('<br/>\n');
1677-
let html = text + `<img src="${imgurl}" border="0" width="1" height="1">`
1677+
let html = text + `<img src="${imgurl}" alt="isread" border="0" width="1" height="1">`
16781678
let from = Config.smtp_from;
16791679

16801680
if (Config.NODE_ENV != "production") {

0 commit comments

Comments
 (0)