diff --git a/include/ListView/ListViewController.php b/include/ListView/ListViewController.php index 1d37ad9d63..0bea5b0c80 100644 --- a/include/ListView/ListViewController.php +++ b/include/ListView/ListViewController.php @@ -572,6 +572,7 @@ function ($m) { $nameFieldList = explode(',', $nameFields); if (($fieldName == $focus->list_link_field || in_array($fieldName, $nameFieldList)) && $module != 'Emails') { $opennewtab = GlobalVariable::getVariable('Application_OpenRecordInNewXOnListView', '', $module); + $value = trim(gtltTagsToHTML($value)); if ($opennewtab=='') { $value = "$value";