diff --git a/index.php b/index.php index c274cca..7f862ec 100644 --- a/index.php +++ b/index.php @@ -38,11 +38,11 @@ * HTTP_USER_AGENT = "Mozilla/5.0 (Linux; U; en-us; EBRD1101; EXT) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" */ - if (preg_match("/(Kobo|Kindle\/3.0|EBRD1101)/", $_SERVER['HTTP_USER_AGENT'])) { - $isEink = 1; - } else { - $isEink = 0; - } + if (preg_match("/(Kobo|Kindle\/3.0|EBRD1101)/", $_SERVER['HTTP_USER_AGENT'])) { + $isEink = 1; + } else { + $isEink = 0; + } ?> @@ -60,8 +60,8 @@ " media="screen" /> - - + +