From 44b857a98cc1fe496f8492d71bce4e15fd93387d Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 9 Jul 2012 20:36:53 +0200 Subject: pkg_details.php: Move "
" tag into if-branch The corresponding closing "
" tag is only printed if the if-branch is taken, which results in broken HTML code if the if-branch is skipped. Move the "
" tag so that either both or none of the tags are included in the generated HTML code. Signed-off-by: Lukas Fleischer --- web/template/pkg_details.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php index 67110fa4..023fef11 100644 --- a/web/template/pkg_details.php +++ b/web/template/pkg_details.php @@ -160,8 +160,8 @@ if ($atype == "Developer" || $atype == "Trusted User"):

-
0): ?> +