Fix #41 using Comments in a Gantry-powered theme did not escape the comment form token correctly

This commit is contained in:
Flavio Copes 2017-01-09 10:12:23 +01:00
parent fbf7ee0bc8
commit 4e88431863
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# v1.2.x
## 01/xx/2017
1. [](#improved)
Use existing `Utils::startsWith()` method
1. [](#bugfix)
* Fix [#41](https://github.com/getgrav/grav-plugin-comments/issues/41) using Comments in a Gantry-powered theme did not escape the comment form token correctly
# v1.2.5
## 09/16/2016

View File

@ -35,7 +35,7 @@
{% endfor %}
</div>
{{ nonce_field('form', 'form-nonce') }}
{{ nonce_field('form', 'form-nonce')|raw }}
</form>
<div class="alert">{{ form.message }}</div>