상품리스트에서 발생하는 js 오류 수정

This commit is contained in:
chicpro
2013-03-22 10:22:13 +09:00
parent 7cb4c21912
commit 141792eea0
3 changed files with 7 additions and 5 deletions

View File

@ -49,7 +49,7 @@ function get_it_image($img, $width=0, $height=0, $id="")
{
$str = get_image($img, $width, $height);
if ($id) {
$str = "<a href=\"".G4_SHOP_URL."/item.php?it_id=$id'>$str</a>";
$str = "<a href=\"".G4_SHOP_URL."/item.php?it_id=$id\">$str</a>";
}
return $str;
}