Skip to content

Commit

Permalink
feat: fixed indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Guittard <[email protected]>
  • Loading branch information
jguittard committed Oct 13, 2024
1 parent 8f4dd91 commit 7e44660
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions module/Application/view/layout/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
->appendHttpEquiv('X-UA-Compatible', 'IE=edge')
?>

<!-- Le styles -->
<!-- Styles -->
<?= $this->headLink([
'rel' => 'shortcut icon',
'type' => 'image/vnd.microsoft.icon',
'href' => $this->basePath() . '/img/favicon.ico'
])
'rel' => 'shortcut icon',
'type' => 'image/vnd.microsoft.icon',
'href' => $this->basePath() . '/img/favicon.ico'
])
->prependStylesheet($this->basePath('css/style.css'))
->prependStylesheet($this->basePath('css/bootstrap.min.css'))
?>
->prependStylesheet($this->basePath('css/bootstrap.min.css')) ?>

<!-- Scripts -->
<?= $this->headScript() ?>
</head>
Expand Down

0 comments on commit 7e44660

Please sign in to comment.