@@ -48,7 +48,7 @@ |
||
48 | 48 | $version = str_replace('/', '', $version); |
49 | 49 | $version = str_replace('_', '.', $version); |
50 | 50 | |
51 | - if(preg_match('/ Windows /', $uaString)) { |
|
51 | + if (preg_match('/ Windows /', $uaString)) { |
|
52 | 52 | $version = static::getWindowsVersion($version); |
53 | 53 | } |
54 | 54 | return $version; |