Enhance formattributes.php and typeopenany.php with role attribute for improved functionality.
This commit is contained in:
@@ -99,6 +99,7 @@ class FormAttributes
|
||||
$this->_element = str_replace(' PATTERN', '', $this->_element);
|
||||
$this->_element = str_replace('ANY', '', $this->_element);
|
||||
$this->_element = str_replace('data-sitekey="DATA-SITEKEY"', '', $this->_element);
|
||||
$this->_element = str_replace('role="ROLE"', '', $this->_element);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user