Skip to content

Commit

Permalink
Update ModuletagField.php
Browse files Browse the repository at this point in the history
  • Loading branch information
korenevskiy committed Oct 4, 2021
1 parent a3109fd commit 48a774d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Form/Field/ModuletagField.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ModuletagField extends ListField
*/
protected function getOptions()
{
$options = array();
$options = parent::getOptions();
$tags = array('address', 'article', 'aside', 'details', 'div', 'footer', 'header', 'main', 'nav', 'section', 'summary');

// Create one new option object for each tag
Expand Down

0 comments on commit 48a774d

Please sign in to comment.