summaryrefslogtreecommitdiffstats
path: root/web/template/pkg_details.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/pkg_details.php')
-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 b3d02ac..19daefc 100644
--- a/web/template/pkg_details.php
+++ b/web/template/pkg_details.php
@@ -359,7 +359,7 @@ if ($row["PackagerUID"]):
</div>
<?php if (count($sources) > 0): ?>
<div>
- <ul>
+ <ul id="pkgsrcslist">
<?php
while (list($k, $src) = each($sources)):
$src = explode('::', $src);