From e79665ea7b7802ae5d5a4cbc1b77f578ee2a11bb Mon Sep 17 00:00:00 2001 From: Jamie Burchell Date: Tue, 25 Nov 2025 16:21:53 +0000 Subject: [PATCH] Fix optgroup label assignment in htmlform.php --- application/datamapper/htmlform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/datamapper/htmlform.php b/application/datamapper/htmlform.php index 85d8c8b..f0dedc5 100644 --- a/application/datamapper/htmlform.php +++ b/application/datamapper/htmlform.php @@ -614,7 +614,7 @@ function _options($list, $sel) { if(is_array($label)) { - $l .= ''; + $l .= ''; $l .= $this->_options($label, $sel); $l .= ''; }