white spacing controlled

This commit is contained in:
Burak Civan 2022-07-28 12:05:47 +03:00
parent 40eb834c98
commit 226c65569d

View File

@ -80,7 +80,7 @@ export default {
} }
}, },
content (newVal) { content (newVal) {
// #337y1z3 This issue reason <p> tag broken email template // #337y1z3 This issue reason <p> tag broken email template
newVal = newVal.replace(/(<p[^>]+?>|<p>|<\/p>)/img, ""); newVal = newVal.replace(/(<p[^>]+?>|<p>|<\/p>)/img, "");