summaryrefslogtreecommitdiffstats
path: root/lib/templatelayout.php
diff options
context:
space:
mode:
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();
}
}