parent
0eca5935c0
commit
efd98a719d
|
@ -4257,7 +4257,7 @@ class H5PContentValidator {
|
||||||
return '<';
|
return '<';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!preg_match('%^<\s*(/\s*)?([a-zA-Z0-9\-]+)([^>]*)>?|(<!--.*?-->)$%', $string, $matches)) {
|
if (!preg_match('%^<\s*(/\s*)?([a-zA-Z0-9\-]+)\s*([^>]*)>?|(<!--.*?-->)$%', $string, $matches)) {
|
||||||
// Seriously malformed.
|
// Seriously malformed.
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue