HFP-2095 Add th to list of tags that can have custom styling

HFP-2095-Fix-table-styling
Oliver Tacke 2018-10-12 13:02:12 +02:00
parent 5e3d041699
commit 3a5f0936f5
1 changed files with 1 additions and 1 deletions

View File

@ -3333,7 +3333,7 @@ class H5PContentValidator {
public $h5pF;
public $h5pC;
private $typeMap, $libraries, $dependencies, $nextWeight;
private static $allowed_styleable_tags = array('span', 'p', 'div','h1','h2','h3', 'table', 'td');
private static $allowed_styleable_tags = array('span', 'p', 'div','h1','h2','h3', 'table', 'th', 'td');
/**
* Constructor for the H5PContentValidator