From b5e8a764243e3a8f264bf15fa45f7bcea9ef9c05 Mon Sep 17 00:00:00 2001 From: Andrew Donnellan Date: Thu, 31 Oct 2019 17:57:37 +1100 Subject: templates: Specify language Specifying language in the tag is recommended in HTML5. Signed-off-by: Andrew Donnellan Signed-off-by: Daniel Axtens --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 01b0d6b..40b6cda 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% load static %} - + {% block title %}Patchwork{% endblock %} - Patchwork -- cgit v1.2.3