summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjchu <jchu>2004-12-15 04:53:26 +0100
committerjchu <jchu>2004-12-15 04:53:26 +0100
commit2d150b8925d94a5a86795f15fa81e7bca02c2840 (patch)
tree660ccb33dffc969531e7b15b57ee593eb2485544
parent80b002a81698181bde5d5862a1f3040a67125511 (diff)
downloadaur-2d150b8925d94a5a86795f15fa81e7bca02c2840.tar.gz
aur-2d150b8925d94a5a86795f15fa81e7bca02c2840.tar.xz
fixed a small typo
-rw-r--r--web/lib/pkgfuncs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc
index 84fc73bb..7a45bc29 100644
--- a/web/lib/pkgfuncs.inc
+++ b/web/lib/pkgfuncs.inc
@@ -258,7 +258,7 @@ function package_details($id=0) {
print "</tr>\n";
print "<tr>\n";
print " <td colspan='2'><span class='f3'>";
- print "<a href='".$row['URLPath']."'>Tarball</a> :: <a href='".$row['URLPath']."/".$row['Name']."'>Files</a></span></td>";
+ print "<a href='".$row['URLPath']."'>Tarball</a> :: <a href='".dirname($row['URLPath'])."/".$row['Name']."'>Files</a></span></td>";
print "</tr>\n";
print "<tr>\n";
print " <td colspan='2'><img src='/images/pad.gif' height='30'></td>";