@@ -40,8 +40,7 @@ |
||
40 | 40 | // $this->width is number(old version), set as "md" => $width |
41 | 41 | elseif(is_numeric($width)){ |
42 | 42 | $this->width["md"] = $width; |
43 | - } |
|
44 | - else{ |
|
43 | + } else{ |
|
45 | 44 | $this->width = $width; |
46 | 45 | } |
47 | 46 | } |