diff --git a/adaptive_image.image.inc b/adaptive_image.image.inc index bdafcdcf24bbbb4a7124a99332b8de7900b1908e..04681a635e3b776feaff214813b9f19d5ef5c0a5 100644 --- a/adaptive_image.image.inc +++ b/adaptive_image.image.inc @@ -116,7 +116,7 @@ function adaptive_image_browser_detect() { // Identify the OS platform. Match only desktop OSs if (strpos($userAgent,'macintosh') || strpos($userAgent,'windows nt') || - strpos($userAgent,'x11') + strpos($userAgent,'x11')) { return TRUE; } }