diff --git a/typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php b/typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php index d416d24b6329cfc9cd86c24a06fad41a2e276148..39d66a4446a86c7e891fd271f5ab5d87ab10c012 100644 --- a/typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php +++ b/typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php @@ -404,13 +404,13 @@ class ExtendedTemplateService extends TemplateService $ln = ''; } if ($this->tsbrowser_searchKeys[$depth] & 4) { + // The key has matched the search string $label = '<strong class="text-danger">' . $label . '</strong>'; } - // The key has matched the search string - $label = '<a href="' . htmlspecialchars($aHref) . '" title="' . htmlspecialchars($ln) . '">' . $label . '</a>'; + $label = '<a href="' . htmlspecialchars($aHref) . '" title="' . htmlspecialchars($depth_in . $key . ' ' . $ln) . '">' . $label . '</a>'; } } - $HTML .= '<span class="list-tree-label">[' . $label . ']</span>'; + $HTML .= '<span class="list-tree-label" title="' . htmlspecialchars($depth_in . $key) . '">[' . $label . ']</span>'; if (isset($arr[$key])) { $theValue = $arr[$key]; // The value has matched the search string