allow basic 'i' tags in inline HTML in translations
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…
Reference in New Issue