From 13fa86e5934d0d4607ff83494827dc1025ef54f0 Mon Sep 17 00:00:00 2001 From: Stephan Kasdorf Date: Fri, 11 Sep 2020 00:05:49 +0200 Subject: [PATCH] Version 0.9.5 beta - added HTML attribute for select boxes --- core/c/typeselect.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/c/typeselect.php b/core/c/typeselect.php index e558f6a..ab64b16 100644 --- a/core/c/typeselect.php +++ b/core/c/typeselect.php @@ -31,6 +31,6 @@ class TypeSelect extends FormAttributes implements IForm */ private function _setElement( ) { - $this->_element = '' . "\n"; + $this->_element = '' . "\n"; } } \ No newline at end of file