Jeff Zaroyko : position text below image - last patch missed this case

Chris Morgan cmorgan at winehq.org
Tue Feb 26 19:40:42 CST 2008


Module: appdb
Branch: master
Commit: 448b0018a9aaa6fd866fd60a3a82b1b9d51898f1
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=448b0018a9aaa6fd866fd60a3a82b1b9d51898f1

Author: Jeff Zaroyko <jeffzaroyko at 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&amp;iVersionId=$iVersionId'>".$sImgFile.$sZoomIcon."<br>View/Submit&nbsp;Screenshot</a></div>";
             else
-                $sImg .= "<div class=\"imgarea\"><a href='screenshots.php?iAppId=$iAppId&amp;iVersionId=$iVersionId'>".$sImgFile.$sZoomIcon."View&nbsp;Screenshot</a></div>";
+                $sImg .= "<div class=\"imgarea\"><a href='screenshots.php?iAppId=$iAppId&amp;iVersionId=$iVersionId'>".$sImgFile.$sZoomIcon."<br>View&nbsp;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&amp;iVersionId=$iVersionId'>".$sImgFile.$sZoomIcon."<br>Submit&nbsp;Screenshot</a></div>";




More information about the wine-cvs mailing list