Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit 251ea11

Browse files
committed
indents fix
1 parent 807d8bf commit 251ea11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

module/Application/view/layout/layout.phtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313
<!-- Le styles -->
1414
<?= $this->headLink(['rel' => 'shortcut icon', 'type' => 'image/vnd.microsoft.icon', 'href' => $this->basePath() . '/img/favicon.ico'])
15-
->prependStylesheet($this->basePath('css/style.css'))
16-
->prependStylesheet($this->basePath('css/bootstrap-theme.min.css'))
17-
->prependStylesheet($this->basePath('css/bootstrap.min.css'))
15+
->prependStylesheet($this->basePath('css/style.css'))
16+
->prependStylesheet($this->basePath('css/bootstrap-theme.min.css'))
17+
->prependStylesheet($this->basePath('css/bootstrap.min.css'))
1818
?>
1919

2020
<!-- Scripts -->

0 commit comments

Comments
 (0)