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 67cb5d18..da173ec1 100644
--- a/web/template/pkg_details.php
+++ b/web/template/pkg_details.php
@@ -179,8 +179,8 @@ if ($row["MaintainerUID"]):
<?php endif; ?>
<?php endwhile; ?>
</ul>
- </div>
<?php endif; ?>
+ </div>
<div id="pkgreqs" class="listing">
<h3><?php echo __('Required by') . " (" . count($requiredby) . ")"?></h3>
<?php if (count($requiredby) > 0): ?>