From 1cf1d2d7679f28c2a1c130a6ee6dfe2cc2277d85 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 4 Feb 2026 20:49:00 +0100 Subject: [PATCH] fix setting for attribute of label element --- views/bootstrap4/class.Bootstrap4.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap4/class.Bootstrap4.php b/views/bootstrap4/class.Bootstrap4.php index 3f291aad9..a6d992885 100644 --- a/views/bootstrap4/class.Bootstrap4.php +++ b/views/bootstrap4/class.Bootstrap4.php @@ -1296,7 +1296,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);; foreach($value['attributes'] as $a) echo ' '.$a[0].'="'.$a[1].'"'; echo ">"; - echo ''; + echo ''; echo ""; break; default: