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 @@ - Html->meta('viewport', 'width=device-width, initial-scale=1.0') . "\n"; ?> + Html->meta('viewport', 'width=device-width, initial-scale=1.0') . PHP_EOL ?> Html->charset(); ?> <?= (!empty($vv_title) ? $vv_title : __('registry.meta.registry')); ?> @@ -52,7 +52,7 @@ ?> --> - Html->meta('favicon.ico', '/favicon.ico', array('type' => 'icon')) . "\n"; ?> + Html->meta('favicon.ico', '/favicon.ico', array('type' => 'icon')) . PHP_EOL ?> Html->css([ @@ -62,14 +62,14 @@ 'co-color', 'co-base', 'co-responsive' - ]) . "\n"; ?> + ]) . PHP_EOL ?> Html->script([ 'bootstrap/bootstrap.bundle.min.js', 'jquery/jquery.min.js', 'select2/select2.min.js' - ]) . "\n"; ?> + ]) . PHP_EOL ?> fetch('meta') ?> @@ -104,7 +104,7 @@
menu
@@ -122,7 +122,7 @@ ['escape' => false]); ?> - Html->link(__('registry.meta.registry'), '/'); ?> + Html->link(__('registry.meta.registry'), '/') ?> @@ -146,7 +146,7 @@ @@ -158,7 +158,7 @@ @@ -166,14 +166,14 @@ - fetch('content'); ?> + fetch('content') ?> @@ -190,10 +190,10 @@ class="toast-container" - element('dialog'); ?> + element('dialog') ?> - Html->script('jstimezonedetect/jstz.min.js'); ?> + Html->script('jstimezonedetect/jstz.min.js') ?>