]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
templates: Specify language
authorAndrew Donnellan <ajd@linux.ibm.com>
Thu, 31 Oct 2019 06:57:37 +0000 (17:57 +1100)
committerDaniel Axtens <dja@axtens.net>
Mon, 4 Nov 2019 21:47:44 +0000 (08:47 +1100)
Specifying language in the <html> tag is recommended in HTML5.

Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
Signed-off-by: Daniel Axtens <dja@axtens.net>
templates/base.html

index 01b0d6b5e598944abf9cee2fb876f280bb8b008a..40b6cda65350b68b8be8203828e687a39a6980d4 100644 (file)
@@ -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>