From 3bf7eeacb2facaf1c922d27d760f6fdc7afa5192 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 31 Jan 2013 14:33:38 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=A0=ED=83=9D=EC=98=B5=EC=85=98=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=A4=91=EB=B3=B5=EC=84=A0=ED=83=9D=20=EC=B2=B4?= =?UTF-8?q?=ED=81=AC=20=EC=95=88=EB=90=98=EB=8D=98=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/item.php b/shop/item.php index 14d99f8a6..73b2339d2 100644 --- a/shop/item.php +++ b/shop/item.php @@ -944,7 +944,7 @@ function optionDisplay() optioncontent += ""; optioncontent += ""; optioncontent += ""; - optioncontent += "" + data.qty + ""; + optioncontent += "" + data.qty + ""; optioncontent += "" + option + ""; optioncontent += " (+" + number_format(String(data.amount)) + "원)"; optioncontent += " ";