Browse Source

Update extend.func.php

develop
叙述、别离 6 months ago
parent
commit
54504a4d1b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/system/extend.func.php

+ 1
- 1
src/system/extend.func.php View File

@@ -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 == '' ? "<a href='{$link}'>{$row['tag']}</a>" : "<a href='{$link}'>{$row['tag']}</a>");
$tags .= ($tags == '' ? "<a href='{$link}'>{$row['tag']}</a> " : "<a href='{$link}'>{$row['tag']}</a> ");
}
return $tags;
}


Loading…
Cancel
Save