SF.net SVN: geany-plugins:[1547] www/staging/content/downloads.html

any0n3 at users.sourceforge.net any0n3 at xxxxx
Sat Sep 4 20:00:11 UTC 2010


Revision: 1547
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1547&view=rev
Author:   any0n3
Date:     2010-09-04 20:00:11 +0000 (Sat, 04 Sep 2010)

Log Message:
-----------
Bug fix.

Modified Paths:
--------------
    www/staging/content/downloads.html

Modified: www/staging/content/downloads.html
===================================================================
--- www/staging/content/downloads.html	2010-09-04 19:56:18 UTC (rev 1546)
+++ www/staging/content/downloads.html	2010-09-04 20:00:11 UTC (rev 1547)
@@ -32,8 +32,7 @@
 		echo "</tr>";
 		
 		if(file_exists($dir . "/geany-plugins-" . $version . ".tar.gz" &&
-			file_exists($dir . "/geany-plugins-" . $version . ".tar.gz.sig"
-		)
+			file_exists($dir . "/geany-plugins-" . $version . ".tar.gz.sig"))
 		{
 			echo "<tr>";
 			echo "	<td>geany-plugins-" . $version . ".tar.gz</td>";
@@ -43,8 +42,7 @@
 		}
 
 		if(file_exists($dir . "/geany-plugins-" . $version . ".tar.bz2" &&
-			file_exists($dir . "/geany-plugins-" . $version . ".tar.bz2.sig"
-		)
+			file_exists($dir . "/geany-plugins-" . $version . ".tar.bz2.sig"))
 		{
 			echo "<tr>";
 			echo "	<td>geany-plugins-" . $version . ".tar.bz2</td>";
@@ -54,8 +52,7 @@
 		}
 
 		if(file_exists($dir . "/geany-plugins-" . $version . ".exe" &&
-			file_exists($dir . "/geany-plugins-" . $version . ".exe.sig"
-		)
+			file_exists($dir . "/geany-plugins-" . $version . ".exe.sig"))
 		{
 			echo "<tr>";
 			echo "	<td>geany-plugins-" . $version . ".exe</td>";


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list