diff --git a/Kernel/Modules/AdminCustomerDashboardInfoTile.pm b/Kernel/Modules/AdminCustomerDashboardInfoTile.pm index bf6fafc6e..67d9a3b39 100644 --- a/Kernel/Modules/AdminCustomerDashboardInfoTile.pm +++ b/Kernel/Modules/AdminCustomerDashboardInfoTile.pm @@ -363,6 +363,11 @@ sub Run { $Error{GroupsServerError} = 'ServerError'; } + # add html links and target=_blank + $CustomerDashboardInfoTileData->{Content} = $LayoutObject->HTMLLinkQuote( + String => $CustomerDashboardInfoTileData->{Content}, + ); + # if there is an error return to edit screen if ( IsHashRefWithData( \%Error ) ) {