Skip to content

Commit

Permalink
Remove deprecated ! from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek authored Jan 18, 2017
1 parent 5c209fe commit 622da57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public function createTemplate($class = NULL)
```HTML
<div n:foreach="$flashes AS $flash" class="alert {$flash->type} fade in">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
{!_$flash->message}
{_$flash->message|noescape}
</div>
```

Expand Down

0 comments on commit 622da57

Please sign in to comment.