@@ -72,7 +72,7 @@ |
||
| 72 | 72 | // Note that <xml> tag might be big too... - so we read in 200 extra |
| 73 | 73 | $moreBytes = @fread($handle, 200); |
| 74 | 74 | if ($moreBytes !== false) { |
| 75 | - $sampleBin .= $moreBytes; |
|
| 75 | + $sampleBin .= $moreBytes; |
|
| 76 | 76 | } |
| 77 | 77 | $binPatterns[] = ['image/svg+xml', "/^(<\?xml[^>]*\?>.*)?<svg/is"]; |
| 78 | 78 | break; |