Updated changelog and minor fix example

This commit is contained in:
Michael Teeuw
2017-10-01 13:16:07 +02:00
parent 9ca6180207
commit 4757c36233
2 changed files with 4 additions and 1 deletions

View File

@@ -2,4 +2,4 @@
Use | striptags(true) for HTML rendering
https://mozilla.github.io/nunjucks/templating.html#striptags-value-preserve_linebreaks
-->
<div class="normal">{{text | striptags(true)}}</div>
<div>{{text | striptags(true)}}</div>