pkg_details.php: Fix broken HTML for package page with no dependencies

The "Required by" column already handles an empty list appropriately. Move a
</div> tag to match that behavior in the "Dependencies" column

Signed-off-by: canyonknight <canyonknight@gmail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
canyonknight 2012-08-09 21:15:47 -04:00 committed by Lukas Fleischer
parent 4cf075811c
commit cac3ef74cb

View file

@ -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): ?>