diff --git a/e107_core/shortcodes/batch/admin_shortcodes.php b/e107_core/shortcodes/batch/admin_shortcodes.php index 7f2bc6ead..72b0c9799 100644 --- a/e107_core/shortcodes/batch/admin_shortcodes.php +++ b/e107_core/shortcodes/batch/admin_shortcodes.php @@ -1230,7 +1230,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 .= "";