mirror of https://github.com/vector-im/riot-web
unbreak tag sanitizing
parent
a3dcd24e4a
commit
fcc82fbd27
|
@ -54,7 +54,7 @@ var sanitizeHtmlParams = {
|
|||
else {
|
||||
attribs.target = '_blank';
|
||||
}
|
||||
return attribs;
|
||||
return { tagName: tagName, attribs : attribs };
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue