1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

unbreak tag sanitizing

This commit is contained in:
Matthew Hodgson
2016-03-25 01:25:32 +00:00
parent a3dcd24e4a
commit fcc82fbd27

View File

@@ -54,7 +54,7 @@ var sanitizeHtmlParams = {
else {
attribs.target = '_blank';
}
return attribs;
return { tagName: tagName, attribs : attribs };
},
},
};