allow basic 'i' tags in inline HTML in translations

pull/1/head
ansuz 4 years ago
parent d6e736b29f
commit 0093cc3b71

@ -5,7 +5,7 @@ var simpleTags = [
'<br />',
];
['a', 'b', 'em', 'p'].forEach(function (tag) {
['a', 'b', 'em', 'p', 'i'].forEach(function (tag) {
simpleTags.push('<' + tag + '>');
simpleTags.push('</' + tag + '>');
});

Loading…
Cancel
Save