pkg_details.php: Move "<div>" tag into if-branch
commit44b857a98cc1fe496f8492d71bce4e15fd93387d
authorLukas Fleischer <archlinux@cryptocrack.de>
Mon, 9 Jul 2012 18:36:53 +0000 (9 20:36 +0200)
committerLukas Fleischer <archlinux@cryptocrack.de>
Mon, 9 Jul 2012 18:36:53 +0000 (9 20:36 +0200)
tree5e961a263f6cf2a26bb421a144189a65ea4a83ba
parent6f7de5c818c4a8b7724e8d63377698c30827b5ba
pkg_details.php: Move "<div>" tag into if-branch

The corresponding closing "</div>" tag is only printed if the if-branch
is taken, which results in broken HTML code if the if-branch is skipped.
Move the "<div>" tag so that either both or none of the tags are
included in the generated HTML code.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
web/template/pkg_details.php