BUGFIX: Unknown regexp modifier 'k' removed
parent
691a1c8be5
commit
e893086931
|
@ -280,7 +280,7 @@ class H5PValidator {
|
||||||
'w' => '/^[0-9]{1,4}$/',
|
'w' => '/^[0-9]{1,4}$/',
|
||||||
'h' => '/^[0-9]{1,4}$/',
|
'h' => '/^[0-9]{1,4}$/',
|
||||||
'metaKeywords' => '/^.{1,}$/',
|
'metaKeywords' => '/^.{1,}$/',
|
||||||
'metaDescription' => '/^.{1,}$/k',
|
'metaDescription' => '/^.{1,}$/',
|
||||||
);
|
);
|
||||||
|
|
||||||
// Schemas used to validate the library files
|
// Schemas used to validate the library files
|
||||||
|
|
Loading…
Reference in New Issue