diff options
| author | Johanan-Ayadata <johanan@workwithaya.com> | 2024-10-22 22:20:55 +0000 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-10-30 14:02:30 +0100 |
| commit | 97a6a678c406b0049bd17bcd34f1d71d96141994 (patch) | |
| tree | 350eb84507aca04d720e53e3ca4d43970e0a6a4c /docs/intro | |
| parent | a8f8b5a477bbf6a4fdf3006987117b90634ffba7 (diff) | |
Added missing lang attributes to html elements in docs.
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/overview.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/overview.txt b/docs/intro/overview.txt index 0c41446d01..af87a01bb4 100644 --- a/docs/intro/overview.txt +++ b/docs/intro/overview.txt @@ -309,7 +309,7 @@ Here's what the "base.html" template, including the use of :doc:`static files :caption: ``templates/base.html`` {% load static %} - <html> + <html lang="en"> <head> <title>{% block title %}{% endblock %}</title> </head> |
