따옴표가 추가되던 오류 수정
This commit is contained in:
@ -32,7 +32,7 @@ function get_image($img, $width=0, $height=0)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$str = "<img id=\"$img\" src='\"".G4_SHOP_URL."/img/no_image.gif\" border=\"0\" ";
|
$str = "<img id=\"$img\" src=\"".G4_SHOP_URL."/img/no_image.gif\" border=\"0\" ";
|
||||||
if ($width)
|
if ($width)
|
||||||
$str .= "width=\"$width\" height=\"$height\"";
|
$str .= "width=\"$width\" height=\"$height\"";
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user