diff --git a/app/templates/layout/default.php b/app/templates/layout/default.php
index a0b9cfafd..c33c83c12 100644
--- a/app/templates/layout/default.php
+++ b/app/templates/layout/default.php
@@ -40,7 +40,7 @@
- = $this->Html->meta('viewport', 'width=device-width, initial-scale=1.0') . "\n"; ?>
+ = $this->Html->meta('viewport', 'width=device-width, initial-scale=1.0') . PHP_EOL ?>
= $this->Html->charset(); ?>
= (!empty($vv_title) ? $vv_title : __('registry.meta.registry')); ?>
@@ -52,7 +52,7 @@
?> -->
- = $this->Html->meta('favicon.ico', '/favicon.ico', array('type' => 'icon')) . "\n"; ?>
+ = $this->Html->meta('favicon.ico', '/favicon.ico', array('type' => 'icon')) . PHP_EOL ?>
= $this->Html->css([
@@ -62,14 +62,14 @@
'co-color',
'co-base',
'co-responsive'
- ]) . "\n"; ?>
+ ]) . PHP_EOL ?>
= $this->Html->script([
'bootstrap/bootstrap.bundle.min.js',
'jquery/jquery.min.js',
'select2/select2.min.js'
- ]) . "\n"; ?>
+ ]) . PHP_EOL ?>
= $this->fetch('meta') ?>
@@ -104,7 +104,7 @@
menu
@@ -122,7 +122,7 @@
['escape' => false]);
?>
- = $this->Html->link(__('registry.meta.registry'), '/'); ?>
+ = $this->Html->link(__('registry.meta.registry'), '/') ?>
@@ -146,7 +146,7 @@
@@ -158,7 +158,7 @@
- = $this->element('breadcrumbs'); ?>
+ = $this->element('breadcrumbs') ?>
@@ -166,14 +166,14 @@
- = $this->fetch('content'); ?>
+ = $this->fetch('content') ?>
@@ -190,10 +190,10 @@ class="toast-container"
- = $this->element('dialog'); ?>
+ = $this->element('dialog') ?>
- = $this->Html->script('jstimezonedetect/jstz.min.js'); ?>
+ = $this->Html->script('jstimezonedetect/jstz.min.js') ?>