diff --git a/market.php b/market.php
index cd2dd48..524395f 100644
--- a/market.php
+++ b/market.php
@@ -25,6 +25,7 @@ if (!$compare) {
WTS: Want to sell
+ Item name |
Item |
Count |
Price for 1 |
@@ -36,6 +37,7 @@ if (!$compare) {
foreach (($offers['wts'] ? $offers['wts'] : array()) as $o) {
?>
+ |
" alt="Item Image"> |
|
|
@@ -50,6 +52,7 @@ if (!$compare) {
WTB: Want to buy
+ Item name |
Item |
Count |
Price for 1 |
@@ -61,6 +64,7 @@ if (!$compare) {
foreach (($offers['wtb'] ? $offers['wtb'] : array()) as $o) {
?>
+ |
" alt="Item Image"> |
|
|
@@ -88,6 +92,7 @@ if (!$compare) {
Active offers
+ Item name |
Item |
Count |
Price for 1 |
@@ -104,6 +109,7 @@ if (!$compare) {
} else {
?>
+ |
" alt="Item Image"> |
|
|
@@ -121,6 +127,7 @@ if (!$compare) {
Want to buy:
+ Item name |
Item |
Count |
Price for 1 |
@@ -131,6 +138,7 @@ if (!$compare) {
foreach ($buylist as $o) {
?>
+ |
" alt="Item Image"> |
|
|
@@ -147,6 +155,7 @@ if (!$compare) {
Old purchased offers
+ Item name |
Item |
Count |
Price for 1 |
@@ -156,6 +165,7 @@ if (!$compare) {
foreach (($historyOffers ? $historyOffers : array()) as $o) {
?>
+ |
" alt="Item Image"> |
|
|