diff --git a/search-parts/src/components/DetailsListComponent.tsx b/search-parts/src/components/DetailsListComponent.tsx index f5c68a19..15202093 100644 --- a/search-parts/src/components/DetailsListComponent.tsx +++ b/search-parts/src/components/DetailsListComponent.tsx @@ -358,7 +358,7 @@ export class DetailsListComponent extends React.Component" + value as string + "", "text/html"); + const tempColumnValueAsHtml = new DOMParser().parseFromString(`${value ?? ""}`, "text/html"); this.props.templateService.replaceDisambiguatedMgtElementNames(tempColumnValueAsHtml);