mirror of
https://github.com/e107inc/e107.git
synced 2025-08-09 08:06:38 +02:00
Issue #247: Keywords breaks phrases into words - trim keywords
This commit is contained in:
2
news.php
2
news.php
@@ -1036,7 +1036,7 @@ function setNewsFrontMeta($news, $type='news')
|
||||
$tmp = explode(",",$news['news_meta_keywords']);
|
||||
foreach($tmp as $t)
|
||||
{
|
||||
e107::meta('article:tag',$t);
|
||||
e107::meta('article:tag', trim($t));
|
||||
}
|
||||
|
||||
// define('META_KEYWORDS', $news['news_meta_keywords']); // deprecated
|
||||
|
Reference in New Issue
Block a user