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 .= "";