Skip to content

Commit

Permalink
Merge pull request #473 from wtfzdotnet/patch-2
Browse files Browse the repository at this point in the history
Fixed an syntax error
  • Loading branch information
weaverryan committed Jun 28, 2011
2 parents dae40f9 + e09b336 commit 4df8901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/controller.rst
Expand Up @@ -632,7 +632,7 @@ could be used to render the message:

.. code-block:: php
<?php if ($view['session']->hasFlash('notice') ?>
<?php if ($view['session']->hasFlash('notice')): ?>
<div class="flash-notice">
<?php echo $view['session']->getFlash('notice') ?>
</div>
Expand Down

0 comments on commit 4df8901

Please sign in to comment.