We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6bad02 commit 270bf9aCopy full SHA for 270bf9a
1 file changed
OpenFlow/src/LoginProvider.ts
@@ -1674,7 +1674,7 @@ export class LoginProvider {
1674
let id = NoderedUtil.GetUniqueIdentifier();
1675
let imgurl = Config.baseurl() + "read/" + id;
1676
text = text.split('\n').join('<br/>\n');
1677
- let html = text + `<img src="${imgurl}" border="0" width="1" height="1">`
+ let html = text + `<img src="${imgurl}" alt="isread" border="0" width="1" height="1">`
1678
let from = Config.smtp_from;
1679
1680
if (Config.NODE_ENV != "production") {
0 commit comments