diff --git a/e107_plugins/forum/shortcodes/batch/viewforum_shortcodes.php b/e107_plugins/forum/shortcodes/batch/viewforum_shortcodes.php index e869e3b22..2da5a6338 100644 --- a/e107_plugins/forum/shortcodes/batch/viewforum_shortcodes.php +++ b/e107_plugins/forum/shortcodes/batch/viewforum_shortcodes.php @@ -111,7 +111,7 @@ //-- foreach($jumpList as $key => $val) foreach($jumpList as $val) { - $text .= '
  • ' . LAN_FORUM_1017 . ': ' . $val['forum_name'] . '
  • '; + $text .= '
  • ' . LAN_FORUM_1017 . ': ' . $val['forum_name'] . '
  • '; } $text .= '