diff --git a/src/system/extend.func.php b/src/system/extend.func.php index 848c8721..603b2f87 100755 --- a/src/system/extend.func.php +++ b/src/system/extend.func.php @@ -31,7 +31,7 @@ if (!function_exists('obtaintags')) { $dsql->Execute('tag', $query); while($row = $dsql->GetArray('tag')) { $link = $cfg_cmspath."/apps/tags.php?/{$row['tid']}"; - $tags .= ($tags == '' ? "{$row['tag']}" : "{$row['tag']}"); + $tags .= ($tags == '' ? "{$row['tag']} " : "{$row['tag']} "); } return $tags; }