BUGFIX: Unknown regexp modifier 'k' removed

namespaces
Frank Ronny Larsen 2013-12-18 11:32:18 +01:00
parent 691a1c8be5
commit e893086931
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ class H5PValidator {
'w' => '/^[0-9]{1,4}$/',
'h' => '/^[0-9]{1,4}$/',
'metaKeywords' => '/^.{1,}$/',
'metaDescription' => '/^.{1,}$/k',
'metaDescription' => '/^.{1,}$/',
);
// Schemas used to validate the library files