From e201c9a8928e273065c25c6d87261402e7fc7119 Mon Sep 17 00:00:00 2001 From: Jeff Zaroyko Date: Wed, 27 Feb 2008 10:15:19 +1100 Subject: [PATCH] position text below screenshot preview, not beside. --- include/screenshot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/screenshot.php b/include/screenshot.php index a83dd52..8a8d0e9 100644 --- a/include/screenshot.php +++ b/include/screenshot.php @@ -516,7 +516,7 @@ class screenshot if($hResult && query_num_rows($hResult)) { if($iVersionId) - $sImg .= "
".$sImgFile.$sZoomIcon."View/Submit Screenshot
"; + $sImg .= "
".$sImgFile.$sZoomIcon."
View/Submit Screenshot
"; else $sImg .= "
".$sImgFile.$sZoomIcon."View Screenshot
"; } else if($iVersionId) /* we are asking for a specific app version but it has no screenshots */