From e6fd9c123409b7efed398a5bc2d4de34fdad946e Mon Sep 17 00:00:00 2001 From: Niels van der Veer Date: Sat, 20 Sep 2014 12:11:47 +0200 Subject: [PATCH] Add lightbox to info icon --- .../com_patchtester/views/pulls/tmpl/default_items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c0ea278..d9cd179 100644 --- a/administrator/components/com_patchtester/views/pulls/tmpl/default_items.php +++ b/administrator/components/com_patchtester/views/pulls/tmpl/default_items.php @@ -30,7 +30,7 @@ foreach ($this->items as $i => $item) : description) : - echo JHtml::tooltip(htmlspecialchars($item->description), '', '', ''); + echo ''; else : echo ' '; endif;