Skip to content

Commit

Permalink
stop using the spaceless tag to avoid deprecation notices
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Apr 1, 2019
1 parent 0545d34 commit c1c6484
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Resources/views/layout.html.twig
@@ -1,4 +1,3 @@
{% spaceless %}
<!DOCTYPE html>
<html lang="{{ app.request.locale }}">
<head>
Expand All @@ -10,4 +9,3 @@
{% block content %}{% endblock %}
</body>
</html>
{% endspaceless %}

0 comments on commit c1c6484

Please sign in to comment.