[PATCH 2/2] templates: Specify language

Andrew Donnellan ajd at linux.ibm.com
Thu Oct 31 17:57:37 AEDT 2019


Specifying language in the <html> tag is recommended in HTML5.

Signed-off-by: Andrew Donnellan <ajd at linux.ibm.com>
---
 templates/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/base.html b/templates/base.html
index 01b0d6b5e598..40b6cda65350 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,6 +1,6 @@
 {% load static %}
 <!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en-AU">
  <head>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
   <title>{% block title %}Patchwork{% endblock %} - Patchwork</title>
-- 
2.20.1



More information about the Patchwork mailing list