Bläddra i källkod

Added newlines to the ends of CSS, HTML, and JavaScript files missing them.

Trey Hunner 11 år sedan
förälder
incheckning
6868643063
59 ändrade filer med 59 tillägg och 59 borttagningar
  1. 1 1
      django/contrib/admin/static/admin/css/ie.css
  2. 1 1
      django/contrib/admin/static/admin/css/rtl.css
  3. 1 1
      django/contrib/auth/tests/templates/registration/logged_out.html
  4. 1 1
      django/contrib/auth/tests/templates/registration/login.html
  5. 1 1
      django/contrib/auth/tests/templates/registration/password_change_form.html
  6. 1 1
      django/contrib/auth/tests/templates/registration/password_reset_complete.html
  7. 1 1
      django/contrib/auth/tests/templates/registration/password_reset_done.html
  8. 1 1
      django/contrib/auth/tests/templates/registration/password_reset_form.html
  9. 1 1
      django/contrib/flatpages/tests/templates/404.html
  10. 1 1
      django/contrib/formtools/tests/templates/base.html
  11. 1 1
      django/contrib/gis/templates/gis/admin/osm.html
  12. 1 1
      django/contrib/gis/templates/gis/google/google-multi.js
  13. 1 1
      django/contrib/gis/templates/gis/google/google-single.js
  14. 1 1
      docs/_theme/djangodocs/genindex.html
  15. 1 1
      docs/_theme/djangodocs/layout.html
  16. 1 1
      docs/_theme/djangodocs/modindex.html
  17. 1 1
      docs/_theme/djangodocs/search.html
  18. 1 1
      docs/_theme/djangodocs/static/default.css
  19. 1 1
      docs/_theme/djangodocs/static/homepage.css
  20. 1 1
      tests/generic_views/templates/generic_views/apple_detail.html
  21. 1 1
      tests/generic_views/templates/generic_views/artist_detail.html
  22. 1 1
      tests/generic_views/templates/generic_views/artist_form.html
  23. 1 1
      tests/generic_views/templates/generic_views/author_confirm_delete.html
  24. 1 1
      tests/generic_views/templates/generic_views/author_detail.html
  25. 1 1
      tests/generic_views/templates/generic_views/author_form.html
  26. 1 1
      tests/generic_views/templates/generic_views/author_list.html
  27. 1 1
      tests/generic_views/templates/generic_views/author_objects.html
  28. 1 1
      tests/generic_views/templates/generic_views/author_view.html
  29. 1 1
      tests/generic_views/templates/generic_views/book_archive_day.html
  30. 1 1
      tests/generic_views/templates/generic_views/book_archive_month.html
  31. 1 1
      tests/generic_views/templates/generic_views/book_archive_week.html
  32. 1 1
      tests/generic_views/templates/generic_views/book_detail.html
  33. 1 1
      tests/generic_views/templates/generic_views/book_list.html
  34. 1 1
      tests/generic_views/templates/generic_views/confirm_delete.html
  35. 1 1
      tests/generic_views/templates/generic_views/detail.html
  36. 1 1
      tests/generic_views/templates/generic_views/form.html
  37. 1 1
      tests/generic_views/templates/generic_views/list.html
  38. 1 1
      tests/generic_views/templates/generic_views/page_template.html
  39. 1 1
      tests/generic_views/templates/registration/login.html
  40. 1 1
      tests/staticfiles_tests/project/documents/cached/absolute.css
  41. 1 1
      tests/staticfiles_tests/project/documents/cached/css/window.css
  42. 1 1
      tests/staticfiles_tests/project/documents/cached/relative.css
  43. 1 1
      tests/staticfiles_tests/project/documents/cached/styles.css
  44. 1 1
      tests/staticfiles_tests/project/documents/cached/styles_insensitive.css
  45. 1 1
      tests/staticfiles_tests/project/documents/cached/url.css
  46. 1 1
      tests/syndication_tests/templates/syndication/description.html
  47. 1 1
      tests/syndication_tests/templates/syndication/description_context.html
  48. 1 1
      tests/syndication_tests/templates/syndication/title.html
  49. 1 1
      tests/syndication_tests/templates/syndication/title_context.html
  50. 1 1
      tests/template_tests/templates/test_context.html
  51. 1 1
      tests/template_tests/templates/test_include_error.html
  52. 1 1
      tests/templates/base.html
  53. 1 1
      tests/templates/extended.html
  54. 1 1
      tests/templates/form_view.html
  55. 1 1
      tests/templates/login.html
  56. 1 1
      tests/templates/views/article_archive_month.html
  57. 1 1
      tests/templates/views/article_confirm_delete.html
  58. 1 1
      tests/templates/views/article_list.html
  59. 1 1
      tests/templates/views/datearticle_archive_month.html

+ 1 - 1
django/contrib/admin/static/admin/css/ie.css

@@ -60,4 +60,4 @@
 .change-list ul.toplinks li {
     zoom: 1;
     *display: inline;
-}
+}

+ 1 - 1
django/contrib/admin/static/admin/css/rtl.css

@@ -247,4 +247,4 @@ div.colM {
 
 .submit-row input {
     float: left;
-}
+}

+ 1 - 1
django/contrib/auth/tests/templates/registration/logged_out.html

@@ -1 +1 @@
-Logged out
+Logged out

+ 1 - 1
django/contrib/auth/tests/templates/registration/login.html

@@ -1 +1 @@
-{{ form.as_ul }}
+{{ form.as_ul }}

+ 1 - 1
django/contrib/auth/tests/templates/registration/password_change_form.html

@@ -1 +1 @@
-{{ form }}
+{{ form }}

+ 1 - 1
django/contrib/auth/tests/templates/registration/password_reset_complete.html

@@ -1 +1 @@
-Password reset successfully
+Password reset successfully

+ 1 - 1
django/contrib/auth/tests/templates/registration/password_reset_done.html

@@ -1 +1 @@
-Email sent
+Email sent

+ 1 - 1
django/contrib/auth/tests/templates/registration/password_reset_form.html

@@ -1 +1 @@
-{{ form }}
+{{ form }}

+ 1 - 1
django/contrib/flatpages/tests/templates/404.html

@@ -1 +1 @@
-<h1>Oh Noes!</h1>
+<h1>Oh Noes!</h1>

+ 1 - 1
django/contrib/formtools/tests/templates/base.html

@@ -1,2 +1,2 @@
 {% block content %}
-{% endblock %}
+{% endblock %}

+ 1 - 1
django/contrib/gis/templates/gis/admin/osm.html

@@ -1,2 +1,2 @@
 {% extends "gis/admin/openlayers.html" %}
-{% block openlayers %}{% include "gis/admin/osm.js" %}{% endblock %}
+{% block openlayers %}{% include "gis/admin/osm.js" %}{% endblock %}

+ 1 - 1
django/contrib/gis/templates/gis/google/google-multi.js

@@ -5,4 +5,4 @@
     {% for dom_id in dom_ids %}{{ js_module }}.{{ dom_id }}_load();
     {% endfor %}
 }
-{% endblock %}
+{% endblock %}

+ 1 - 1
django/contrib/gis/templates/gis/google/google-single.js

@@ -1,2 +1,2 @@
 {% extends "gis/google/google-map.js" %}
-{% block vars %}{# No vars here because used within GoogleMapSet #}{% endblock %}
+{% block vars %}{# No vars here because used within GoogleMapSet #}{% endblock %}

+ 1 - 1
docs/_theme/djangodocs/genindex.html

@@ -1,4 +1,4 @@
 {% extends "basic/genindex.html" %}
 
 {% block bodyclass %}{% endblock %}
-{% block sidebarwrapper %}{% endblock %}
+{% block sidebarwrapper %}{% endblock %}

+ 1 - 1
docs/_theme/djangodocs/layout.html

@@ -125,4 +125,4 @@
 {% block relbar2 %}{% endblock %}
 {% block sidebar1 %}{% endblock %}
 {% block sidebar2 %}{% endblock %}
-{% block footer %}{% endblock %}
+{% block footer %}{% endblock %}

+ 1 - 1
docs/_theme/djangodocs/modindex.html

@@ -1,3 +1,3 @@
 {% extends "basic/modindex.html" %}
 {% block bodyclass %}{% endblock %}
-{% block sidebarwrapper %}{% endblock %}
+{% block sidebarwrapper %}{% endblock %}

+ 1 - 1
docs/_theme/djangodocs/search.html

@@ -1,3 +1,3 @@
 {% extends "basic/search.html" %}
 {% block bodyclass %}{% endblock %}
-{% block sidebarwrapper %}{% endblock %}
+{% block sidebarwrapper %}{% endblock %}

+ 1 - 1
docs/_theme/djangodocs/static/default.css

@@ -1,3 +1,3 @@
 @import url(reset-fonts-grids.css);
 @import url(djangodocs.css);
-@import url(homepage.css);
+@import url(homepage.css);

+ 1 - 1
docs/_theme/djangodocs/static/homepage.css

@@ -19,4 +19,4 @@
 #index #s-solving-specific-problems,
 #index #s-reference,
 #index #s-and-all-the-rest
-    { clear: left; }
+    { clear: left; }

+ 1 - 1
tests/generic_views/templates/generic_views/apple_detail.html

@@ -1 +1 @@
-This is a {% if tasty %}tasty {% endif %}{{ apple.color }} apple{{ extra }}
+This is a {% if tasty %}tasty {% endif %}{{ apple.color }} apple{{ extra }}

+ 1 - 1
tests/generic_views/templates/generic_views/artist_detail.html

@@ -1 +1 @@
-This is an {{ artist }}.
+This is an {{ artist }}.

+ 1 - 1
tests/generic_views/templates/generic_views/artist_form.html

@@ -1 +1 @@
-A form: {{ form }}
+A form: {{ form }}

+ 1 - 1
tests/generic_views/templates/generic_views/author_confirm_delete.html

@@ -1 +1 @@
-Are you sure?
+Are you sure?

+ 1 - 1
tests/generic_views/templates/generic_views/author_detail.html

@@ -1 +1 @@
-This is an {{ author }}.
+This is an {{ author }}.

+ 1 - 1
tests/generic_views/templates/generic_views/author_form.html

@@ -1 +1 @@
-A form: {{ form }}
+A form: {{ form }}

+ 1 - 1
tests/generic_views/templates/generic_views/author_list.html

@@ -1,3 +1,3 @@
 {% for item in object_list %}
   {{ item }}
-{% endfor %}
+{% endfor %}

+ 1 - 1
tests/generic_views/templates/generic_views/author_objects.html

@@ -1,3 +1,3 @@
 {% for item in object_list %}
   {{ item }}
-{% endfor %}
+{% endfor %}

+ 1 - 1
tests/generic_views/templates/generic_views/author_view.html

@@ -1 +1 @@
-This is an alternate template_name_suffix for an {{ author }}.
+This is an alternate template_name_suffix for an {{ author }}.

+ 1 - 1
tests/generic_views/templates/generic_views/book_archive_day.html

@@ -1 +1 @@
-Archive for {{ day }}. Previous day is {{ previous_day }}
+Archive for {{ day }}. Previous day is {{ previous_day }}

+ 1 - 1
tests/generic_views/templates/generic_views/book_archive_month.html

@@ -1 +1 @@
-Books in {{ month }}.
+Books in {{ month }}.

+ 1 - 1
tests/generic_views/templates/generic_views/book_archive_week.html

@@ -1 +1 @@
-Archive for {{ week }}.
+Archive for {{ week }}.

+ 1 - 1
tests/generic_views/templates/generic_views/book_detail.html

@@ -1 +1 @@
-This is {{ book }}.
+This is {{ book }}.

+ 1 - 1
tests/generic_views/templates/generic_views/book_list.html

@@ -1,3 +1,3 @@
 {% for item in object_list %}
   {{ item }}
-{% endfor %}
+{% endfor %}

+ 1 - 1
tests/generic_views/templates/generic_views/confirm_delete.html

@@ -1 +1 @@
-Generic: Are you sure?
+Generic: Are you sure?

+ 1 - 1
tests/generic_views/templates/generic_views/detail.html

@@ -1 +1 @@
-Look, an {{ object }}.
+Look, an {{ object }}.

+ 1 - 1
tests/generic_views/templates/generic_views/form.html

@@ -1 +1 @@
-A generic form: {{ form }}
+A generic form: {{ form }}

+ 1 - 1
tests/generic_views/templates/generic_views/list.html

@@ -1,3 +1,3 @@
 {% for item in object_list %}
   {{ item }}
-{% endfor %}
+{% endfor %}

+ 1 - 1
tests/generic_views/templates/generic_views/page_template.html

@@ -1 +1 @@
-This is some content: {{ content }}
+This is some content: {{ content }}

+ 1 - 1
tests/generic_views/templates/registration/login.html

@@ -1 +1 @@
-An empty login template.
+An empty login template.

+ 1 - 1
tests/staticfiles_tests/project/documents/cached/absolute.css

@@ -1,4 +1,4 @@
 @import url("/static/cached/styles.css");
 body {
     background: #d3d6d8 url(/static/cached/img/relative.png);
-}
+}

+ 1 - 1
tests/staticfiles_tests/project/documents/cached/css/window.css

@@ -1,3 +1,3 @@
 body {
     background: #d3d6d8 url("img/window.png");
-}
+}

+ 1 - 1
tests/staticfiles_tests/project/documents/cached/relative.css

@@ -3,4 +3,4 @@
 @import url("absolute.css#eggs");
 body {
     background: #d3d6d8 url(img/relative.png);
-}
+}

+ 1 - 1
tests/staticfiles_tests/project/documents/cached/styles.css

@@ -1 +1 @@
-@import url("other.css");
+@import url("other.css");

+ 1 - 1
tests/staticfiles_tests/project/documents/cached/styles_insensitive.css

@@ -1 +1 @@
-@IMporT uRL("other.css");
+@IMporT uRL("other.css");

+ 1 - 1
tests/staticfiles_tests/project/documents/cached/url.css

@@ -1 +1 @@
-@import url("https://www.djangoproject.com/m/css/base.css");
+@import url("https://www.djangoproject.com/m/css/base.css");

+ 1 - 1
tests/syndication_tests/templates/syndication/description.html

@@ -1 +1 @@
-Description in your templates: {{ obj }}
+Description in your templates: {{ obj }}

+ 1 - 1
tests/syndication_tests/templates/syndication/description_context.html

@@ -1 +1 @@
-{{ obj }} (foo is {{ foo }})
+{{ obj }} (foo is {{ foo }})

+ 1 - 1
tests/syndication_tests/templates/syndication/title.html

@@ -1 +1 @@
-Title in your templates: {{ obj }}
+Title in your templates: {{ obj }}

+ 1 - 1
tests/syndication_tests/templates/syndication/title_context.html

@@ -1 +1 @@
-{{ obj }} (foo is {{ foo }})
+{{ obj }} (foo is {{ foo }})

+ 1 - 1
tests/template_tests/templates/test_context.html

@@ -1 +1 @@
-obj:{{ obj }}
+obj:{{ obj }}

+ 1 - 1
tests/template_tests/templates/test_include_error.html

@@ -1 +1 @@
-{% include "missing.html" %}
+{% include "missing.html" %}

+ 1 - 1
tests/templates/base.html

@@ -5,4 +5,4 @@
 {% block content %}
 {% endblock %}
 </body>
-</html>
+</html>

+ 1 - 1
tests/templates/extended.html

@@ -2,4 +2,4 @@
 {% block title %}Extended template{% endblock %}
 {% block content %}
 This is just a template extending the base.
-{% endblock %}
+{% endblock %}

+ 1 - 1
tests/templates/form_view.html

@@ -12,4 +12,4 @@
 </ul>
 </form>
 
-{% endblock %}
+{% endblock %}

+ 1 - 1
tests/templates/login.html

@@ -14,4 +14,4 @@
 <input type="submit" value="login" />
 <input type="hidden" name="next" value="{{ next }}" />
 </form>
-{% endblock %}
+{% endblock %}

+ 1 - 1
tests/templates/views/article_archive_month.html

@@ -1 +1 @@
-This template intentionally left blank
+This template intentionally left blank

+ 1 - 1
tests/templates/views/article_confirm_delete.html

@@ -1 +1 @@
-This template intentionally left blank
+This template intentionally left blank

+ 1 - 1
tests/templates/views/article_list.html

@@ -1 +1 @@
-{{ object_list }}
+{{ object_list }}

+ 1 - 1
tests/templates/views/datearticle_archive_month.html

@@ -1 +1 @@
-This template intentionally left blank
+This template intentionally left blank