1
0
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:
Cameron
2013-04-30 14:36:39 -07:00
parent 7470f90010
commit d164c80dae
4 changed files with 125 additions and 4 deletions

View File

@@ -468,7 +468,7 @@ class news_shortcodes extends e_shortcode
if(count($words))
{
return implode("",$words);
return implode(" ",$words);
}
else
{