mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
Issue #4610 - Possible BC fix for outdated html attributes.
This commit is contained in:
@@ -3461,7 +3461,8 @@ class e_parse
|
||||
'form' => array('action', 'method', 'target'),
|
||||
'audio' => array('src', 'controls', 'autoplay', 'loop', 'muted', 'preload'),
|
||||
'video' => array('autoplay', 'controls', 'height', 'loop', 'muted', 'poster', 'preload', 'src', 'width'),
|
||||
'td' => array('colspan', 'rowspan'),
|
||||
'table' => array('border', 'cellpadding', 'cellspacing'), // BC Fix.
|
||||
'td' => array('colspan', 'rowspan', 'name', 'bgcolor' ),
|
||||
'th' => array('colspan', 'rowspan'),
|
||||
'col' => array('span'),
|
||||
'embed' => array('src', 'wmode', 'type', 'width', 'height'),
|
||||
|
Reference in New Issue
Block a user