From 847c1d6433e08ab836560a4cf1edd60ad36cbce4 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 23 Jul 2019 11:52:41 -0400 Subject: [PATCH] Update for php notices Getting rid of php notices --- views/ui/f6/multiselect.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/ui/f6/multiselect.html b/views/ui/f6/multiselect.html index 790d58db..7b45efa7 100644 --- a/views/ui/f6/multiselect.html +++ b/views/ui/f6/multiselect.html @@ -35,9 +35,9 @@ {foreach $ui.list as $k => $v} {if isset($ui.l_value) && isset($ui.l_label)} - + {else} - + {/if} {/foreach} -- 2.17.1