summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/template/pkg_details.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php
index 67110fa..023fef1 100644
--- a/web/template/pkg_details.php
+++ b/web/template/pkg_details.php
@@ -160,8 +160,8 @@ if ($atype == "Developer" || $atype == "Trusted User"):
<div id="pkgfiles" class="listing">
<h3><?php echo __('Sources') ?></h3>
</div>
- <div>
<?php if (count($sources) > 0): ?>
+ <div>
<ul>
<?php
while (list($k, $src) = each($sources)):