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

Commit dbf6ff2

Browse files
committed
split long line in layout.phtml
1 parent 9d6aa23 commit dbf6ff2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

module/Application/view/layout/layout.phtml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
<span class="icon-bar"></span>
3333
<span class="icon-bar"></span>
3434
</button>
35-
<a class="navbar-brand" href="<?php echo $this->url('home') ?>"><img src="<?php echo $this->basePath('img/zf-logo.png') ?>" alt="Zend Framework <?php echo \Application\Module::VERSION ?>"/>&nbsp;Skeleton Application</a>
35+
<a class="navbar-brand" href="<?php echo $this->url('home') ?>">
36+
<img src="<?php echo $this->basePath('img/zf-logo.png') ?>" alt="Zend Framework <?php echo \Application\Module::VERSION ?>"/>&nbsp;Skeleton Application
37+
</a>
3638
</div>
3739
<div class="collapse navbar-collapse">
3840
<ul class="nav navbar-nav">

0 commit comments

Comments
 (0)