diff options
-rw-r--r-- | web/template/pkg_details.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php index 67110fa4..023fef11 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)): |