diff options
| author | Trey Hunner <trey@treyhunner.com> | 2014-04-16 15:35:16 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-12 19:22:09 -0400 |
| commit | 68686430638215b5405b20bd767c0be392c9221d (patch) | |
| tree | ee1e10a4710acc6428c366497698ef923075bb58 /tests/template_tests/templates/test_include_error.html | |
| parent | 85c22dd4c4a406301b4378a4682456dfa1900830 (diff) | |
Added newlines to the ends of CSS, HTML, and JavaScript files missing them.
Diffstat (limited to 'tests/template_tests/templates/test_include_error.html')
| -rw-r--r-- | tests/template_tests/templates/test_include_error.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template_tests/templates/test_include_error.html b/tests/template_tests/templates/test_include_error.html index 6db959380e..aa41f44de2 100644 --- a/tests/template_tests/templates/test_include_error.html +++ b/tests/template_tests/templates/test_include_error.html @@ -1 +1 @@ -{% include "missing.html" %}
\ No newline at end of file +{% include "missing.html" %} |
