var github.com/google/safehtml/template.allowedVoidElements

2 uses

	github.com/google/safehtml/template (current package)
		sanitize.go#L170: 	if isWhitelistedAttr && (isWhitelistedElement || allowedVoidElements[element]) {
		sanitizers.go#L478: var allowedVoidElements = map[string]bool{