unbreak tag sanitizing

pull/21833/head
Matthew Hodgson 2016-03-25 01:25:32 +00:00
parent a3dcd24e4a
commit fcc82fbd27
1 changed files with 1 additions and 1 deletions

View File

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