diff --git a/lib/shop.lib.php b/lib/shop.lib.php
index 0112a331a..6424c0586 100644
--- a/lib/shop.lib.php
+++ b/lib/shop.lib.php
@@ -713,22 +713,22 @@ function display_item_icon($it)
if($it['it_gallery'] || $it['it_type1'] || $it['it_type2'] || $it['it_type3'] || $it['it_type4'] || $it['it_type5']) {
if($it['it_gallery']) // sold out
- $icon .= '
';
+ $icon .= '
';
if($it['it_type3'])
- $icon .= '
';
+ $icon .= '
';
if($it['it_type1'])
- $icon .= '
';
+ $icon .= '
';
if($it['it_type2'])
- $icon .= '
';
+ $icon .= '
';
if($it['it_type4'])
- $icon .= '
';
+ $icon .= '
';
if($it['it_type5'])
- $icon .= '
';
+ $icon .= '
';
}
return $icon;
diff --git a/shop/index.php b/shop/index.php
index 7e80a462d..0a020346d 100644
--- a/shop/index.php
+++ b/shop/index.php
@@ -14,10 +14,10 @@ include_once(G4_SHOP_PATH.'/shop.head.php');
-