From b5d0cc96260a3d2b732b32fefe5feb7711ea99e0 Mon Sep 17 00:00:00 2001 From: Manfred Date: Thu, 25 May 2023 17:06:16 +0200 Subject: [PATCH] =?UTF-8?q?Klasse=20"form-control"=20bei=20Typ=20Datepicke?= =?UTF-8?q?r=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/filter.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/filter.class.php b/include/filter.class.php index 3578d7dcf..5e820aca7 100644 --- a/include/filter.class.php +++ b/include/filter.class.php @@ -210,7 +210,7 @@ class filter extends basis_db $html.="\n\t\t\t"; break; case 'datepicker': - $html .= ''; + $html .= ''; $html .= '';