remove espaces
This commit is contained in:
parent
ecd2fcbda8
commit
a075740e32
@ -536,11 +536,11 @@ class Html
|
|||||||
switch ($attribute->name) {
|
switch ($attribute->name) {
|
||||||
case 'start':
|
case 'start':
|
||||||
$start = (int) $attribute->value;
|
$start = (int) $attribute->value;
|
||||||
|
-
|
||||||
break;
|
break;
|
||||||
case 'type':
|
case 'type':
|
||||||
$type = $attribute->value;
|
$type = $attribute->value;
|
||||||
|
-
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user