From 4ab923935a7962ad13ded19066fecc833de6ad44 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Thu, 23 Jun 2005 03:00:10 +0000 Subject: [PATCH] Remove
tags in screenshot anchor tags, there is an odd space between the screenshot and the text below it that appeared when the image was centered with
--- include/screenshot.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/screenshot.php b/include/screenshot.php index bafd2fe..f6d1ad6 100644 --- a/include/screenshot.php +++ b/include/screenshot.php @@ -334,12 +334,12 @@ function get_screenshot_img($iAppId = null, $iVersionId = null) if(mysql_num_rows($hResult)) { if($iVersionId) - $sImg .= "$sImgFile
View/Submit Screenshot
"; + $sImg .= "$sImgFile
View/Submit Screenshot
"; else - $sImg .= "$sImgFile
View Screenshot
"; + $sImg .= "$sImgFile
View Screenshot
"; } else if($iVersionId) /* we are asking for a specific app version but it has no screenshots */ { - $sImg .= "$sImgFile
Submit Screenshot
"; + $sImg .= "$sImgFile
Submit Screenshot
"; } else /* we have no screenshots and we aren't a specific version, we don't allow adding screenshots for an app */ { $sImg .= $sImgFile;