Skip to content

Commit

Permalink
Next check: use List instead of HTML5_List
Browse files Browse the repository at this point in the history
  • Loading branch information
xemlock committed Aug 7, 2019
1 parent ce7fd7f commit 3ded16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/HTMLPurifier/HTML5Definition.php
Expand Up @@ -17,7 +17,7 @@ public static function setupDefinition(HTMLPurifier_HTMLDefinition $def)
// Order of modules is important - the latter ones override the former.
// Place common HTML5 modules at the end of the list
array(
'CommonAttributes', 'HTML5_Text', 'HTML5_Hypertext', 'HTML5_List',
'CommonAttributes', 'HTML5_Text', 'HTML5_Hypertext', 'List', // 'HTML5_List',
'Presentation', 'HTML5_Edit', 'HTML5_Bdo', 'Tables', 'Image',
'StyleAttribute', 'HTML5_Media', 'HTML5_Ruby', 'Name',
'NonXMLCommonAttributes',
Expand Down

0 comments on commit 3ded16d

Please sign in to comment.