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

Commit 807d8bf

Browse files
committed
removed semicolon after single expression in view
1 parent ed74c5a commit 807d8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/Application/view/layout/layout.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</div>
4545
</nav>
4646
<div class="container">
47-
<?= $this->content; ?>
47+
<?= $this->content ?>
4848
<hr>
4949
<footer>
5050
<p>&copy; 2005 - <?= date('Y') ?> by Zend Technologies Ltd. All rights reserved.</p>

0 commit comments

Comments
 (0)