Added missing lang attributes to html elements in docs.

This commit is contained in:
Johanan-Ayadata 2024-10-22 22:20:55 +00:00 committed by Sarah Boyce
parent a8f8b5a477
commit 97a6a678c4
3 changed files with 4 additions and 4 deletions

View file

@ -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>