diff --git a/functions.php b/functions.php index 0f366bc..44fc139 100644 --- a/functions.php +++ b/functions.php @@ -1677,11 +1677,11 @@ function showitem($row, $type = null, $returned = false, $infOnly = false) if ($type != 10) { $returnHTML .= '
ID: ' . $row['id'] . '
'; if ($row["koll"] > 1) $returnHTML .= " "; - $returnHTML .= ""; } } - $returnHTML .= ""; + $returnHTML .= ""; // Первая строчка $returnHTML .= $row['name'];