Revision: 1553 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1553&view=re... Author: any0n3 Date: 2010-09-04 20:34:19 +0000 (Sat, 04 Sep 2010)
Log Message: ----------- fixed.
Modified Paths: -------------- www/staging/content/downloads.html
Modified: www/staging/content/downloads.html =================================================================== --- www/staging/content/downloads.html 2010-09-04 20:29:50 UTC (rev 1552) +++ www/staging/content/downloads.html 2010-09-04 20:34:19 UTC (rev 1553) @@ -27,7 +27,6 @@ echo "<table>"; echo "<tr>"; echo " <th>Name</th>"; - echo " <th>Download</th>"; echo " <th>SIG</th>"; echo "</tr>";
@@ -35,8 +34,7 @@ file_exists($dir . "geany-plugins-" . $version . ".tar.gz.sig")) { echo "<tr>"; - echo " <td>geany-plugins-" . $version . ".tar.gz</td>"; - echo " <td><a href="./geany-plugins/geany-plugins-" . $version . ".tar.gz">Download</a></td>"; + echo " <td><a href="./geany-plugins/geany-plugins-" . $version . ".tar.gz">geany-plugins-" . $version . ".tar.gz</a></td>"; echo " <td><a href="./geany-plugins/geany-plugins-" . $version . ".tar.gz.sig">SIG</a></td>"; echo "</tr>"; } @@ -45,9 +43,8 @@ file_exists($dir . "geany-plugins-" . $version . ".tar.bz2.sig")) { echo "<tr>"; - echo " <td>geany-plugins-" . $version . ".tar.bz2</td>"; - echo " <td><a href="./geany-plugins/geany-plugins-" . $version . ".tar.bz2">Download</a></td>"; - echo " <td><a href="./geany-plugins/geany-plugins-" . $version . ".tar.bz2.sig">SIG</a></td>"; + echo " <td><a href="./geany-plugins/geany-plugins-" . $version . ".tar.bz2">geany-plugins-" . $version . ".tar.bz2</a></td>"; + echo " <td><a href="./geany-plugins/geany-plugins-" . $version . ".tar.bz2.sig">SIG</td>"; echo "</tr>"; }
@@ -57,8 +54,7 @@ file_exists($dir . "geany-plugins-" . $version . "_setup.exe.sig")) { echo "<tr>"; - echo " <td>geany-plugins-" . $version . ".exe</td>"; - echo " <td><a href="./geany-plugins/geany-plugins-" .$version . "_setup.exe">Download</a></td>"; + echo " <td><a href="./geany-plugins/geany-plugins-" .$version . "_setup.exe">geany-plugins-" . $version . "_setup.exe</a></td>"; echo " <td><a href="./geany-plugins/geany-plugins-" .$version . "_setup.exe.sig">SIG</a></td>"; echo "</tr>"; }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org