Fix: page title not displaying

This commit is contained in:
QWp6t
2015-12-18 19:26:54 -08:00
committed by Ben Word
parent 2911c3e015
commit 9283bbbfb3

View File

@@ -1,3 +1,3 @@
<div class="page-header">
<h1><?php App\title(); ?></h1>
<h1><?= App\title(); ?></h1>
</div>