mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
Bootstrap news template.
This commit is contained in:
@@ -468,7 +468,7 @@ class news_shortcodes extends e_shortcode
|
||||
|
||||
if(count($words))
|
||||
{
|
||||
return implode("",$words);
|
||||
return implode(" ",$words);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user