따옴표가 추가되던 오류 수정

This commit is contained in:
chicpro
2013-03-21 15:52:08 +09:00
parent cf1a700433
commit c2ab3694e8

View File

@ -32,7 +32,7 @@ function get_image($img, $width=0, $height=0)
}
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)
$str .= "width=\"$width\" height=\"$height\"";
else