HTML rendering spacing around tables in Email Client Templates adds extra causing unwanted space between text and tableIssue If there is a table in email client template and when you try to use that email client template extra br's are getting added when it is new line so final output looks as below From above Screen shots we can see that there is additional <br> tags are getting added when we try to use that email client template other wise that email client template looks fine if we are not using as below ReleaseAllCause2-3 years back there is an issue with the system property "glide.ui.escape_text" so as a workaround that system property is set to false at that time to avoid the issues causing at that time, but later issues with that system property is resolved, so in instances where ever that system property is set to false now is causing this new inline extra <br> tags and causing the space as showed in above screen shotsResolutionGo to sys_properties tableSearch for system property "glide.ui.escape_text"set it to true if it is set to falseOther workaround if you don't want to set it to true is to modifying the dictionary type of sys_email.body from type String to HTML