MDL-21652 removed html_table property 'style'
I copied this initially from the legacy html_component during the refactoring and forgot to check if it is actually used. Credit goes to Sam H. for spotting it.
This commit is contained in:
@@ -1329,10 +1329,6 @@ class html_table {
|
||||
* @var string value to use for the id attribute of the table
|
||||
*/
|
||||
public $id = null;
|
||||
/**
|
||||
* @var string $style value to use for the style attribute of the table
|
||||
*/
|
||||
public $style = null;
|
||||
/**
|
||||
* @var array attributes of HTML attributes for the <table> element
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user