Bugfixes and updates on the forms and database access as well as the pagination

This commit is contained in:
Stephan Kasdorf
2021-05-19 19:57:23 +02:00
parent 618c369433
commit 5584070f4d
7 changed files with 38 additions and 20 deletions

View File

@@ -87,6 +87,7 @@ class FormAttributes
$this->_element = str_replace(' CONTEXT', '', $this->_element);
$this->_element = str_replace(' CHECKED', '', $this->_element);
$this->_element = str_replace(' VALUE', '', $this->_element);
$this->_element = str_replace(' PATTERN', '', $this->_element);
}
/**