diff options
author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-11 15:40:43 -0500 |
---|---|---|
committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-11 15:40:43 -0500 |
commit | 9f5c1e0062c8312a3fd3384e063e741f383b3675 (patch) | |
tree | f3cc5a423818f4d2706ec69fcbd9ed219bfedb27 /tests/template/templates | |
parent | 159f018056659fa3eccae744ec513efbd2221f77 (diff) | |
download | forums-9f5c1e0062c8312a3fd3384e063e741f383b3675.tar forums-9f5c1e0062c8312a3fd3384e063e741f383b3675.tar.gz forums-9f5c1e0062c8312a3fd3384e063e741f383b3675.tar.bz2 forums-9f5c1e0062c8312a3fd3384e063e741f383b3675.tar.xz forums-9f5c1e0062c8312a3fd3384e063e741f383b3675.zip |
[ticket/11388] Add newlines at EOF
PHPBB3-11388
Diffstat (limited to 'tests/template/templates')
-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 --> |