From 56e453f6c12ad7182d152571e960881ab3f1e9ed Mon Sep 17 00:00:00 2001 From: Timothy Lim Date: Tue, 25 Apr 2017 15:59:25 +0200 Subject: [PATCH] HFP-967 Apply correct changes --- h5p.classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index 19488c8..05a5844 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -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