From 7d706920c0b4b3356b108e8daabef8e737c91cac Mon Sep 17 00:00:00 2001 From: Mads Jensen Date: Sat, 2 Jan 2016 23:02:13 +0100 Subject: [PATCH] Closing open meta, link and input HTML tags by adding a slash to the end of the tag --- docs_theme/base.html | 22 +++++++++---------- .../rest_framework/filters/search.html | 2 +- .../rest_framework/horizontal/checkbox.html | 2 +- .../horizontal/checkbox_multiple.html | 4 ++-- .../rest_framework/horizontal/input.html | 2 +- .../rest_framework/inline/checkbox.html | 2 +- .../inline/checkbox_multiple.html | 2 +- .../rest_framework/inline/input.html | 2 +- .../rest_framework/inline/radio.html | 4 ++-- .../rest_framework/inline/textarea.html | 2 +- .../templates/rest_framework/login_base.html | 6 ++--- .../rest_framework/vertical/checkbox.html | 2 +- .../vertical/checkbox_multiple.html | 4 ++-- .../rest_framework/vertical/input.html | 2 +- 14 files changed, 29 insertions(+), 29 deletions(-) diff --git a/docs_theme/base.html b/docs_theme/base.html index 369927b41..00cef246b 100644 --- a/docs_theme/base.html +++ b/docs_theme/base.html @@ -2,20 +2,20 @@ - - + + {% if page_title %}{{ page_title }} - {% endif %}{{ site_name }} - + - - - + + + - - - - + + + +