bug #15811 use of twig deprecated sameas test

This commit is contained in:
Nicky De Maeyer 2015-09-16 11:31:47 +02:00
parent 0a5807bf47
commit 534c5db3a3

View File

@ -644,7 +644,7 @@
<th>{{ option }}</th>
<td>{{ value }}</td>
<td>
{% if data.resolved_options[option] is sameas(value) %}
{% if data.resolved_options[option] is same as(value) %}
<em class="font-normal text-muted">same as passed value</em>
{% else %}
{{ data.resolved_options[option] }}