diff --git a/shop/item.php b/shop/item.php
index 767c94f8b..2f621269e 100644
--- a/shop/item.php
+++ b/shop/item.php
@@ -168,9 +168,9 @@ else
{
echo get_large_image("{$it_id}_l{$i}", $it['it_id'], false);
if ($i==1 && file_exists(G4_DATA_PATH."/item/{$it_id}_m"))
- echo "";
echo " ";
}
@@ -180,7 +180,7 @@ else

