From cd7c0f723adf3b63f134cdad250c980315a56282 Mon Sep 17 00:00:00 2001 From: "stephan.kasdorf" Date: Fri, 10 Oct 2025 13:50:23 +0200 Subject: [PATCH] Enhance `typeopenany.php` with new attributes for improved functionality. --- core/c/typeopenany.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/c/typeopenany.php b/core/c/typeopenany.php index 8fc0c02..7b5e0fc 100755 --- a/core/c/typeopenany.php +++ b/core/c/typeopenany.php @@ -39,6 +39,6 @@ class TypeOpenAny extends FormAttributes implements IForm */ private function _setElement( ) { - $this->_element = '' . 'VALUE' . "\n"; + $this->_element = '' . 'VALUE' . "\n"; } }