From c9fbf2ee4d69f1cc956fe07071fca93ccb8283c1 Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 21 Apr 2017 16:45:54 -0700 Subject: [PATCH] Remove title from update popover. --- e107_core/shortcodes/batch/admin_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_core/shortcodes/batch/admin_shortcodes.php b/e107_core/shortcodes/batch/admin_shortcodes.php index 796768ac7..9c3805f55 100644 --- a/e107_core/shortcodes/batch/admin_shortcodes.php +++ b/e107_core/shortcodes/batch/admin_shortcodes.php @@ -1838,7 +1838,7 @@ Inverse 10 10 { $template = $$tmpl; - return $template['start']. '
  • '.$tp->toGlyph('fa-database').'
  • ' .$template['end']; + return $template['start']. '
  • '.$tp->toGlyph('fa-database').'
  • ' .$template['end']; }