mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fixed a small typo
This commit is contained in:
parent
80b002a816
commit
2d150b8925
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ function package_details($id=0) {
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
print "<tr>\n";
|
print "<tr>\n";
|
||||||
print " <td colspan='2'><span class='f3'>";
|
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 "<tr>\n";
|
print "<tr>\n";
|
||||||
print " <td colspan='2'><img src='/images/pad.gif' height='30'></td>";
|
print " <td colspan='2'><img src='/images/pad.gif' height='30'></td>";
|
||||||
|
|
Loading…
Add table
Reference in a new issue