Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk committed Jan 8, 2025
1 parent 301c5ea commit 29536da
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions includes/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@
'p' => array(),
'span' => array( 'class' => true ),
'br' => array(),
'a' => array( 'href' => true, 'rel' => true, 'class' => true ),
'a' => array(
'href' => true,
'rel' => true,
'class' => true,
),
'del' => array(),
'pre' => array(),
'code' => array(),
Expand All @@ -46,7 +50,10 @@
'i' => array(),
'u' => array(),
'ul' => array(),
'ol' => array( 'start' => true, 'reversed' => true ),
'ol' => array(
'start' => true,
'reversed' => true,
),
'li' => array( 'value' => true ),
'blockquote' => array(),
'h1' => array(),
Expand Down

0 comments on commit 29536da

Please sign in to comment.