diff options
author | jchu <jchu> | 2004-12-15 03:53:26 +0000 |
---|---|---|
committer | jchu <jchu> | 2004-12-15 03:53:26 +0000 |
commit | 2d150b8925d94a5a86795f15fa81e7bca02c2840 (patch) | |
tree | 660ccb33dffc969531e7b15b57ee593eb2485544 /web/lib | |
parent | 80b002a81698181bde5d5862a1f3040a67125511 (diff) | |
download | aurweb-2d150b8925d94a5a86795f15fa81e7bca02c2840.tar.xz |
fixed a small typo
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/pkgfuncs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index 84fc73b..7a45bc2 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>"; |