From 05f858402abac8da2d08d685c0f1518c20e677d2 Mon Sep 17 00:00:00 2001 From: "Igor Barkov [iwork]" Date: Fri, 18 Jan 2019 13:04:40 +0200 Subject: [PATCH] remove runes --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'];