unbreak tag sanitizing
This commit is contained in:
parent
a3dcd24e4a
commit
fcc82fbd27
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ var sanitizeHtmlParams = {
|
||||||
else {
|
else {
|
||||||
attribs.target = '_blank';
|
attribs.target = '_blank';
|
||||||
}
|
}
|
||||||
return attribs;
|
return { tagName: tagName, attribs : attribs };
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue