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/syndication_tests | |
| parent | 85c22dd4c4a406301b4378a4682456dfa1900830 (diff) | |
Added newlines to the ends of CSS, HTML, and JavaScript files missing them.
Diffstat (limited to 'tests/syndication_tests')
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/syndication_tests/templates/syndication/description.html b/tests/syndication_tests/templates/syndication/description.html index 85ec82c8df..850e85e952 100644 --- a/tests/syndication_tests/templates/syndication/description.html +++ b/tests/syndication_tests/templates/syndication/description.html @@ -1 +1 @@ -Description in your templates: {{ obj }}
\ No newline at end of file +Description in your templates: {{ obj }} diff --git a/tests/syndication_tests/templates/syndication/description_context.html b/tests/syndication_tests/templates/syndication/description_context.html index 319d84b1b0..b8872fd637 100644 --- a/tests/syndication_tests/templates/syndication/description_context.html +++ b/tests/syndication_tests/templates/syndication/description_context.html @@ -1 +1 @@ -{{ obj }} (foo is {{ foo }})
\ No newline at end of file +{{ obj }} (foo is {{ foo }}) diff --git a/tests/syndication_tests/templates/syndication/title.html b/tests/syndication_tests/templates/syndication/title.html index eb17969714..57744ec49c 100644 --- a/tests/syndication_tests/templates/syndication/title.html +++ b/tests/syndication_tests/templates/syndication/title.html @@ -1 +1 @@ -Title in your templates: {{ obj }}
\ No newline at end of file +Title in your templates: {{ obj }} diff --git a/tests/syndication_tests/templates/syndication/title_context.html b/tests/syndication_tests/templates/syndication/title_context.html index 319d84b1b0..b8872fd637 100644 --- a/tests/syndication_tests/templates/syndication/title_context.html +++ b/tests/syndication_tests/templates/syndication/title_context.html @@ -1 +1 @@ -{{ obj }} (foo is {{ foo }})
\ No newline at end of file +{{ obj }} (foo is {{ foo }}) |
