Blank lines added in the email client before a tableIssue When a <table> HTML tag is used in an email client template, multiple blank lines are unexpectedly added before the table element in the email client even though no line breaks exist in the email client template. For example: In the email client popup window, if you click the Source Code button from the Tiny MCE editor menu, you'll see multiple line break tags <br /> added to the HTML before any <table> tag: <p><br /><br /><br /><br /><br /><br /></p><table> ReleaseAll releases.CauseThe system property glide.ui.escape_text is set to false. The default and recommended value for this property is true. See High Security SettingsResolutionAs a user with the admin role:1. Elevate to the security_admin role.2. In the Navigator field, enter sys_properties.list3. Find and open the record for glide.ui.escape_text4. On the form change the Value from false to true.5. Save or Update. After these steps, the unexpected break lines should no longer appear in the email client before any <table> tags.