mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Added missing lang attributes to html elements in docs.
This commit is contained in:
parent
a8f8b5a477
commit
97a6a678c4
3 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue