From 6370010e7fdbcc1f7b5b545656457a1d6bb79e44 Mon Sep 17 00:00:00 2001 From: "Igor Barkov [iwork]" Date: Fri, 11 Jan 2019 18:49:49 +0200 Subject: [PATCH] tests --- test.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test.php b/test.php index 973450e..e72e058 100644 --- a/test.php +++ b/test.php @@ -20,13 +20,13 @@ while ($row = $result->fetch_assoc()) { $iteminfo[] = new ItemClass($row); } -echo ""; +echo "
"; foreach ($iteminfo as $iinfo) { - echo ""; echo ""; } -echo "
Товары магазина"; + echo "
"; $iinfo->printItemImage(); echo ""; $iinfo->printItemStats(); - echo ""; + echo "
"; \ No newline at end of file +echo ""; \ No newline at end of file