diff options
Diffstat (limited to 'templates/packages')
-rw-r--r-- | templates/packages/details.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html index 45394770..f60324e8 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -50,7 +50,6 @@ <th>Repository:</th> <td><a href="/packages/?repo={{ pkg.repo.name|capfirst }}" title="Browse the {{ pkg.repo.name|capfirst }} repository">{{ pkg.repo.name|capfirst }}</a></td> - </tr><tr> </tr>{% ifnotequal pkg.pkgname pkg.pkgbase %}<tr> <th>Base Package Name:</th> <td>{{ pkg.pkgbase }}</td> |