Email template styling issue solved ( #337y1z3 )
This commit is contained in:
@ -80,6 +80,9 @@ export default {
|
||||
},
|
||||
|
||||
content (newVal) {
|
||||
// #337y1z3 This issue reason <p> tag broken email template
|
||||
newVal = newVal.replace(/(<p[^>]+?>|<p>|<\/p>)/img, "");
|
||||
|
||||
this.$emit('input', newVal);
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user