From 2976ff9833c346c999c0b8938660dde5ebbec242 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Wed, 19 Jul 2006 00:54:56 +0000 Subject: [PATCH] Fix centering of screenshot images on application/version pages --- include/screenshot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/screenshot.php b/include/screenshot.php index 6a81bcc..6540377 100644 --- a/include/screenshot.php +++ b/include/screenshot.php @@ -394,11 +394,11 @@ class Screenshot { if(!$hResult || !mysql_num_rows($hResult)) { - $sImgFile = 'No Screenshot'; + $sImgFile.= 'No Screenshot'; } else { $oRow = mysql_fetch_object($hResult); - $sImgFile = ''.$oRow->description.''; + $sImgFile.= ''.$oRow->description.''; } if($bFormatting)