delete blank lines
This commit is contained in:
parent
024fdf9c1a
commit
9ed82d1f5a
@ -536,11 +536,9 @@ 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