Explorar el Código

Update extend.func.php

tags/6.3.2
叙述、别离 hace 9 meses
padre
commit
54504a4d1b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/system/extend.func.php

+ 1
- 1
src/system/extend.func.php Ver fichero

@@ -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;
}


Cargando…
Cancelar
Guardar