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"; } }