Revision: 1701 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1701&view=re... Author: any0n3 Date: 2010-11-02 15:54:32 +0000 (Tue, 02 Nov 2010)
Log Message: ----------- Made 2 urls valid.
Modified Paths: -------------- www/staging/content/downloads.html
Modified: www/staging/content/downloads.html =================================================================== --- www/staging/content/downloads.html 2010-11-01 17:02:36 UTC (rev 1700) +++ www/staging/content/downloads.html 2010-11-02 15:54:32 UTC (rev 1701) @@ -1,6 +1,6 @@ <h2>Download Geany-Plugins</h2> <?php - $dir = "./geany-plugins/"; +$dir = "./geany-plugins/";
if($handle = opendir('geany-plugins')) { @@ -31,14 +31,14 @@ echo " <th>"; if ($_GET['hash'] != "md5") { - echo "<a href="?site=downloads&hash=md5">MD5</a> "; + echo "<a href="?site=downloads&hash=md5">MD5</a> "; } else { echo "MD5 "; } echo "/"; if ($_GET['hash'] != "sha1") { - echo " <a href="?site=downloads&hash=sha1">SHA1</a> "; + echo " <a href="?site=downloads&hash=sha1">SHA1</a> "; } else { echo " SHA1"; }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org