mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
unbreak tag sanitizing
This commit is contained in:
parent
a3dcd24e4a
commit
fcc82fbd27
@ -54,7 +54,7 @@ var sanitizeHtmlParams = {
|
||||
else {
|
||||
attribs.target = '_blank';
|
||||
}
|
||||
return attribs;
|
||||
return { tagName: tagName, attribs : attribs };
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user