diff --git a/e107_core/shortcodes/batch/news_shortcodes.php b/e107_core/shortcodes/batch/news_shortcodes.php index b4f337bad..afd58d03c 100644 --- a/e107_core/shortcodes/batch/news_shortcodes.php +++ b/e107_core/shortcodes/batch/news_shortcodes.php @@ -227,6 +227,11 @@ class news_shortcodes extends e_shortcode
  • '.e107::getParser()->toHTML($caption,false,'defs').'
  • '; + if(BOOTSTRAP === 4) + { + $text = ''.e107::getParser()->toHTML($caption,false,'defs').''; + } + return $text; }