You've already forked matrix-react-sdk
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:
@@ -54,7 +54,7 @@ var sanitizeHtmlParams = {
|
|||||||
else {
|
else {
|
||||||
attribs.target = '_blank';
|
attribs.target = '_blank';
|
||||||
}
|
}
|
||||||
return attribs;
|
return { tagName: tagName, attribs : attribs };
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user