diff --git a/ts/html-filter/element.ts b/ts/html-filter/element.ts
index fbdde5e7a..cd9cff72c 100644
--- a/ts/html-filter/element.ts
+++ b/ts/html-filter/element.ts
@@ -54,7 +54,7 @@ function filterSpan(element: Element): void {
const tagsAllowedBasic: TagsAllowed = {
BR: allowNone,
- IMG: allow(["SRC"]),
+ IMG: allow(["SRC", "ALT"]),
DIV: allowNone,
P: allowNone,
SUB: allowNone,