summaryrefslogtreecommitdiffstats
path: root/lib/templatelayout.php
diff options
context:
space:
mode:
authorFelix Moeller <mail@felixmoeller.de>2012-10-23 23:01:10 +0200
committerFelix Moeller <mail@felixmoeller.de>2012-10-23 23:01:10 +0200
commit561cbb2de69a31934c22fc28332b5a14b6fcfc68 (patch)
tree502f17c451cd4af82ebc9fe797d34d662b1831ae /lib/templatelayout.php
parente73b817a38a824b3119136ea110eda4be15b99d5 (diff)
downloadnextcloud-server-561cbb2de69a31934c22fc28332b5a14b6fcfc68.tar.gz
nextcloud-server-561cbb2de69a31934c22fc28332b5a14b6fcfc68.zip
NoSpaceAfterComma II
Diffstat (limited to 'lib/templatelayout.php')
-rw-r--r--lib/templatelayout.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/templatelayout.php b/lib/templatelayout.php
index 645c92fa1f1..c3da172a7c1 100644
--- a/lib/templatelayout.php
+++ b/lib/templatelayout.php
@@ -38,7 +38,7 @@ class OC_TemplateLayout extends OC_Template {
foreach(OC_App::getEnabledApps() as $app) {
$apps_paths[$app] = OC_App::getAppWebPath($app);
}
- $this->assign( 'apps_paths', str_replace('\\/', '/',json_encode($apps_paths)), false ); // Ugly unescape slashes waiting for better solution
+ $this->assign( 'apps_paths', str_replace('\\/', '/', json_encode($apps_paths)), false ); // Ugly unescape slashes waiting for better solution
if (OC_Config::getValue('installed', false) && !OC_AppConfig::getValue('core', 'remote_core.css', false)) {
OC_AppConfig::setValue('core', 'remote_core.css', '/core/minimizer.php');