This commit is contained in:
Franck Boué 2022-11-18 13:44:35 +01:00 committed by GitHub
parent a075740e32
commit 9afd53d622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -536,11 +536,11 @@ class Html
switch ($attribute->name) {
case 'start':
$start = (int) $attribute->value;
-
break;
case 'type':
$type = $attribute->value;
-
break;
}
}