diff options
-rw-r--r-- | tests/template/templates/includecss.html | 2 | ||||
-rw-r--r-- | tests/template/templates/twig_parent.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/template/templates/includecss.html b/tests/template/templates/includecss.html index 39de61dfca..a09e44f240 100644 --- a/tests/template/templates/includecss.html +++ b/tests/template/templates/includecss.html @@ -1,3 +1,3 @@ <!-- INCLUDECSS child_only.css --> <!-- INCLUDECSS parent_only.css --> -{$STYLESHEETS}
\ No newline at end of file +{$STYLESHEETS} diff --git a/tests/template/templates/twig_parent.html b/tests/template/templates/twig_parent.html index af528e0da4..e9863221e1 100644 --- a/tests/template/templates/twig_parent.html +++ b/tests/template/templates/twig_parent.html @@ -4,4 +4,4 @@ <!-- BLOCK overwritten --> 2 -<!-- ENDBLOCK -->
\ No newline at end of file +<!-- ENDBLOCK --> |