From c7b9aaa5fc7e71ccf9118a03199cd3114ee810e5 Mon Sep 17 00:00:00 2001 From: rica-carv Date: Fri, 3 Mar 2017 14:46:40 +0000 Subject: [PATCH] Update admin_shortcodes.php --- 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 65563ea9f..f70ed04b7 100644 --- a/e107_core/shortcodes/batch/admin_shortcodes.php +++ b/e107_core/shortcodes/batch/admin_shortcodes.php @@ -1223,7 +1223,7 @@ class admin_shortcodes $type = empty($val['invert']) ? 'latest' : 'invert'; $class = admin_shortcodes::getBadge($val['total'], $type); $link = "".$val['icon']." ".str_replace(":"," ",$val['title'])." ".$val['total'].""; - $text .= "
  • ".$link."
  • \n"; + $text .= "
  • ".$link."
  • \n"; } } $text .= "";