The g_form.addErrorMessage() is adding '%20' to links on Service PortalDescriptionIssue Description:The g_form.addErrorMessage() is adding '%20' to links on Service PortalSteps to Reproduce 1. Acitvate the OOB Catalog Item "Sample Item" and set the Category to "Can We Help You?". 2. Create an onChange Catalog Client Script on the variable "reference" and add the following scripts.g_form.addErrorMessage("Please contact the <a href='mailto:testsnc_error@gmail.com'>testsnc error</a> team for additional details.");3. Go to Service Portal.4. Open the Catalog Item "Sample Item".5. Change the value of "Reference to sys_user".6. Right-click on the popup error message "testsnc error" and select "Open Link in New Tab"Expected behaviorIt should show "mailto:testsnc_info@gmail.com" in the new Tab address.Actual behaviorIt shows "mailto:%20testsnc_error@gmail.com" in the new Tab address.WorkaroundThis issue is under review. To receive notifications when more information is available, subscribe to this Known Error article by clicking the Subscribe button at the top right of the article. If you are able to upgrade, review the Fixed In field to determine whether any versions have a permanent fix.Related Problem: PRB1690107