diff --git a/include/screenshot.php b/include/screenshot.php index 03357dc..bafd2fe 100644 --- a/include/screenshot.php +++ b/include/screenshot.php @@ -321,11 +321,11 @@ function get_screenshot_img($iAppId = null, $iVersionId = null) } if(!$hResult || !mysql_num_rows($hResult)) { - $sImgFile = 'No Screenshot'; + $sImgFile = '
No Screenshot
'; } else { $oRow = mysql_fetch_object($hResult); - $sImgFile = ''.$oRow->description.''; + $sImgFile = '
'.$oRow->description.'
'; } $sImg = html_frame_start("",'128','',2);