We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222d19a commit 604950fCopy full SHA for 604950f
main/inc/lib/formvalidator/Rule/allowed_tags.inc.php
@@ -315,6 +315,7 @@
315
$allowed_tags_student['video']['src'] = [];
316
$allowed_tags_student['video']['controls'] = [];
317
$allowed_tags_student['video']['id'] = [];
318
+$allowed_tags_student['video']['class'] = [];
319
320
$allowed_tags_student['audio'] = [];
321
$allowed_tags_student['audio']['autoplay'] = [];
@@ -324,6 +325,7 @@
324
325
$allowed_tags_student['audio']['controls'] = [];
326
$allowed_tags_student['audio']['muted'] = [];
327
$allowed_tags_student['audio']['id'] = [];
328
+$allowed_tags_student['audio']['class'] = [];
329
330
$allowed_tags_student['source'] = [];
331
$allowed_tags_student['source']['type'] = [];
0 commit comments