diff options
Diffstat (limited to 'web/template/pkg_details.php')
-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 9730d7e6..f4eed514 100644 --- a/web/template/pkg_details.php +++ b/web/template/pkg_details.php @@ -290,7 +290,7 @@ endif; <?php endif; ?> </div> <div id="pkgfiles" class="listing"> - <h3><?= __('Sources') ?></h3> + <h3><?= __('Sources') . " (" . count($sources) . ")"?></h3> </div> <?php if (count($sources) > 0): ?> <div> |