Skip to content

Commit

Permalink
Add missing h()
Browse files Browse the repository at this point in the history
We should set a good example :)
  • Loading branch information
markstory committed Jul 16, 2014
1 parent 6911d4e commit abf65aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_app/TestApp/Template/Element/Flash/default.ctp
@@ -1 +1 @@
<div class="message"><?= $message; ?></div>
<div class="message"><?= h($message); ?></div>

0 comments on commit abf65aa

Please sign in to comment.