diff --git a/administrator/components/com_patchtester/views/pulls/tmpl/default_items.php b/administrator/components/com_patchtester/views/pulls/tmpl/default_items.php index ca10da1..c0ea278 100644 --- a/administrator/components/com_patchtester/views/pulls/tmpl/default_items.php +++ b/administrator/components/com_patchtester/views/pulls/tmpl/default_items.php @@ -8,6 +8,8 @@ defined('_JEXEC') or die; +JHtml::_('behavior.tooltip'); + /** @type PatchtesterViewPulls $this */ foreach ($this->items as $i => $item) : @@ -26,9 +28,9 @@ foreach ($this->items as $i => $item) : escape($item->title); ?> - + description) : - echo JHtml::_('tooltip', htmlspecialchars($item->description), 'Info'); + echo JHtml::tooltip(htmlspecialchars($item->description), '', '', ''); else : echo ' '; endif;