HFP-967 Apply correct changes

pull/10/merge
Timothy Lim 2017-04-25 15:59:25 +02:00
parent edb9e6244c
commit 56e453f6c1
1 changed files with 1 additions and 1 deletions

View File

@ -3029,7 +3029,7 @@ class H5PContentValidator {
public $h5pF;
public $h5pC;
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