상품리스트에서 발생하는 js 오류 수정
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user