Skip to content

Commit b81ef38

Browse files
authored
Update config.php
Added button to the list of elements. #37
1 parent b60050f commit b81ef38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contao/config/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Config
1616
*/
1717
$GLOBALS['TL_HTML5']['tags'] = array(
18-
'tl_content' => array('article', 'aside', 'div', 'footer', 'header', 'section')
18+
'tl_content' => array('article', 'aside', 'button', 'div', 'footer', 'header', 'section')
1919
);
2020

2121
$GLOBALS['TL_HTML5']['copyFields'] = array(
@@ -37,4 +37,4 @@
3737
* Wrapper
3838
*/
3939
$GLOBALS['TL_WRAPPERS']['start'][] = 'sHtml5Start';
40-
$GLOBALS['TL_WRAPPERS']['stop'][] = 'sHtml5End';
40+
$GLOBALS['TL_WRAPPERS']['stop'][] = 'sHtml5End';

0 commit comments

Comments
 (0)