Skip to content

Commit

Permalink
[PATCH] Remove deprecated twig calls
Browse files Browse the repository at this point in the history
core23 committed Nov 1, 2019
1 parent ed2f624 commit 765c470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/views/Block/block_matomo_tracker.html.twig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends sonata_block.templates.block_base %}

{% block block %}
{% spaceless %}
{% apply spaceless %}
<script type="text/javascript">
var _paq = _paq || [];
{% if settings.domaintitle %}
@@ -27,5 +27,5 @@
})();
</script>
<noscript><p><img src="{{ settings.host }}/piwik.php?idsite={{ settings.site }}" style="border:0;" alt="" /></p></noscript>
{% endspaceless %}
{% endapply %}
{% endblock %}

0 comments on commit 765c470

Please sign in to comment.