Skip to content

Commit f1e433b

Browse files
committed
Added main to block-level tags array.
1 parent 22721b7 commit f1e433b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function html5_tidy($html) {
5555
'wrap' => 200,
5656
'hide-comments' => TRUE,
5757
'new-blocklevel-tags' => implode(' ', array(
58-
'header', 'footer', 'article', 'section', 'aside', 'nav', 'hgroup', 'figure',
58+
'header', 'footer', 'main', 'article', 'section', 'aside', 'nav', 'hgroup', 'figure',
5959
)),
6060
'new-inline-tags' => implode(' ', array(
6161
'mark', 'time', 'meter', 'progress',

0 commit comments

Comments
 (0)