From d5d2acc7d80920eef5f0ed779a3738a12d5db348 Mon Sep 17 00:00:00 2001 From: msquare Date: Sat, 1 Oct 2016 10:48:19 +0200 Subject: improve code style --- includes/view/AngelTypes_view.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'includes/view/AngelTypes_view.php') diff --git a/includes/view/AngelTypes_view.php b/includes/view/AngelTypes_view.php index 7e8663a1..cdaa9f12 100644 --- a/includes/view/AngelTypes_view.php +++ b/includes/view/AngelTypes_view.php @@ -153,7 +153,7 @@ function AngelType_view($angeltype, $members, $user_angeltype, $admin_user_angel 'actions' => '' ]; - if ($angeltype['requires_driver_license'] && ($coordinator || $admin_angeltypes)) + if ($angeltype['requires_driver_license'] && ($coordinator || $admin_angeltypes)) { $table_headers = [ 'Nick' => _("Nick"), 'DECT' => _("DECT"), @@ -166,6 +166,7 @@ function AngelType_view($angeltype, $members, $user_angeltype, $admin_user_angel 'has_license_forklift' => _("Forklift"), 'actions' => '' ]; + } if (count($coordinators) > 0) { $page[] = '

' . _("Coordinators") . '

'; -- cgit v1.2.3-54-g00ecf