summaryrefslogtreecommitdiffstats
path: root/lib/template.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2012-11-05 01:34:11 -0800
committerThomas Müller <thomas.mueller@tmit.eu>2012-11-05 01:34:11 -0800
commit135680e50bf760d55a1bcaaaa02f959bde396c52 (patch)
tree1dd3b7e8fead643c1fd9a107b5443dac55125700 /lib/template.php
parentf0be09a23cf2ace0940850b9f321ce54fc38b4ea (diff)
parent02ec677e3c665da98056496270c22078c4b7aac0 (diff)
downloadnextcloud-server-135680e50bf760d55a1bcaaaa02f959bde396c52.tar.gz
nextcloud-server-135680e50bf760d55a1bcaaaa02f959bde396c52.zip
Merge pull request #242 from fmms/checkstyle05
Checkstyle fixes
Diffstat (limited to 'lib/template.php')
-rw-r--r--lib/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/template.php b/lib/template.php
index efcc6e82c4c..3d3589abd1e 100644
--- a/lib/template.php
+++ b/lib/template.php
@@ -199,7 +199,7 @@ class OC_Template{
$mode='tablet';
}elseif(stripos($_SERVER['HTTP_USER_AGENT'], 'iphone')>0) {
$mode='mobile';
- }elseif((stripos($_SERVER['HTTP_USER_AGENT'],'N9')>0) and (stripos($_SERVER['HTTP_USER_AGENT'], 'nokia')>0)) {
+ }elseif((stripos($_SERVER['HTTP_USER_AGENT'], 'N9')>0) and (stripos($_SERVER['HTTP_USER_AGENT'], 'nokia')>0)) {
$mode='mobile';
}else{
$mode='default';