HFP-967 Apply correct changes
parent
edb9e6244c
commit
56e453f6c1
|
@ -3029,7 +3029,7 @@ class H5PContentValidator {
|
||||||
public $h5pF;
|
public $h5pF;
|
||||||
public $h5pC;
|
public $h5pC;
|
||||||
private $typeMap, $libraries, $dependencies, $nextWeight;
|
private $typeMap, $libraries, $dependencies, $nextWeight;
|
||||||
private static $allowed_styleable_tags = array('span', 'p', 'div');
|
private static $allowed_styleable_tags = array('span', 'p', 'div', 'h1', 'h2', 'tr');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor for the H5PContentValidator
|
* Constructor for the H5PContentValidator
|
||||||
|
|
Loading…
Reference in New Issue