MDL-68148 core: remove cellspacing

The cellspacing attribute of <table> is not supported in HTML5.
So the removed line did not have any effect since ages ago.
This commit is contained in:
Shamim Rezaie
2020-04-08 11:22:34 +10:00
parent 1d4fdb0d1c
commit 0ad48a3e68
-1
View File
@@ -1594,7 +1594,6 @@ class table_sql extends flexible_table {
function __construct($uniqueid) {
parent::__construct($uniqueid);
// some sensible defaults
$this->set_attribute('cellspacing', '0');
$this->set_attribute('class', 'generaltable generalbox');
}