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/ref | |
| parent | a8f8b5a477bbf6a4fdf3006987117b90634ffba7 (diff) | |
Added missing lang attributes to html elements in docs.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/flatpages.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/flatpages.txt b/docs/ref/contrib/flatpages.txt index c82fb5de85..01e5553ff3 100644 --- a/docs/ref/contrib/flatpages.txt +++ b/docs/ref/contrib/flatpages.txt @@ -256,7 +256,7 @@ Here's a sample :file:`flatpages/default.html` template: .. code-block:: html+django <!DOCTYPE html> - <html> + <html lang="en"> <head> <title>{{ flatpage.title }}</title> </head> |
