Module: appdb Branch: master Commit: 448b0018a9aaa6fd866fd60a3a82b1b9d51898f1 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=448b0018a9aaa6fd866fd60a3...
Author: Jeff Zaroyko jeffzaroyko@gmail.com Date: Wed Feb 27 12:00:45 2008 +1100
position text below image - last patch missed this case
---
include/screenshot.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/screenshot.php b/include/screenshot.php index 8a8d0e9..d2208ce 100644 --- a/include/screenshot.php +++ b/include/screenshot.php @@ -518,7 +518,7 @@ class screenshot if($iVersionId) $sImg .= "<div class="imgarea"><a href='screenshots.php?iAppId=$iAppId&iVersionId=$iVersionId'>".$sImgFile.$sZoomIcon."<br>View/Submit Screenshot</a></div>"; else - $sImg .= "<div class="imgarea"><a href='screenshots.php?iAppId=$iAppId&iVersionId=$iVersionId'>".$sImgFile.$sZoomIcon."View Screenshot</a></div>"; + $sImg .= "<div class="imgarea"><a href='screenshots.php?iAppId=$iAppId&iVersionId=$iVersionId'>".$sImgFile.$sZoomIcon."<br>View Screenshot</a></div>"; } else if($iVersionId) /* we are asking for a specific app version but it has no screenshots */ { $sImg .= "<div class="imgarea"><a href='screenshots.php?iAppId=$iAppId&iVersionId=$iVersionId'>".$sImgFile.$sZoomIcon."<br>Submit Screenshot</a></div>";