"The element type "div" must be terminated by the matching end-tag "" is displayed when accessing table listIssue When navigating to a list of records on a table, or accessing records from a table at all, the error "The element type "div" must be terminated by the matching end-tag "</div>" is given. If accessing the records via script using GlideRecordSecure, a NullPointerException is thrown.ReleaseAll releasesCauseThis can be caused by an access control list (ACL) on the table having an empty 'Type' field. Because this is a required field, the system expects there to be a value when evaluating the ACLs. Because there is no value, an error is encountered and the error "The element type "div" must be terminated by the matching end-tag "</div>" is displayed.ResolutionTo resolve this issue, any records with an empty 'Type' field will need to be updated. These records can be identified using the following:https://<instance_name>.service-now.com/sys_security_acl_list.do?sysparm_query=type=NULL