Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2013-02-11 20:44:02 +0400
committerBart Visscher <bartv@thisnet.nl>2013-02-14 11:38:37 +0400
commitffae6f4b847e96d691053300c355ab81edc6c1c8 (patch)
tree928a210abf40ab333c0a08fb469be87c71147b24 /lib/templatelayout.php
parent2d6d0a4ad438590504c13f04a6b2916a59a99c30 (diff)
Style-fix: Breakup long lines
Diffstat (limited to 'lib/templatelayout.php')
-rw-r--r--lib/templatelayout.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/templatelayout.php b/lib/templatelayout.php
index 345f540af04..25d4033d9ee 100644
--- a/lib/templatelayout.php
+++ b/lib/templatelayout.php
@@ -134,7 +134,8 @@ class OC_TemplateLayout extends OC_Template {
}
}
if(! $append) {
- echo('css file not found: style:'.$style.' formfactor:'.$fext.' webroot:'.OC::$WEBROOT.' serverroot:'.OC::$SERVERROOT);
+ echo('css file not found: style:'.$style.' formfactor:'.$fext
+ .' webroot:'.OC::$WEBROOT.' serverroot:'.OC::$SERVERROOT);
die();
}
}
@@ -202,7 +203,8 @@ class OC_TemplateLayout extends OC_Template {
}
}
if(! $append) {
- echo('js file not found: script:'.$script.' formfactor:'.$fext.' webroot:'.OC::$WEBROOT.' serverroot:'.OC::$SERVERROOT);
+ echo('js file not found: script:'.$script.' formfactor:'.$fext
+ .' webroot:'.OC::$WEBROOT.' serverroot:'.OC::$SERVERROOT);
die();
}
}