summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2011-04-20 17:40:53 +0000
committerLuke Plant <L.Plant.98@cantab.net>2011-04-20 17:40:53 +0000
commit26cda43012104cf700673966659f8c2f2bfb0bbe (patch)
tree6b37d7cd440f4f1cde5a4c79ace017d0859cb2e7 /docs/ref
parent519534bf03fc50d9176a857e3f4de5cfe1d0fa66 (diff)
Switched to HTML5 doctype in all Django supplied templates.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16050 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/flatpages.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ref/contrib/flatpages.txt b/docs/ref/contrib/flatpages.txt
index a99f75eb2d..c01130067b 100644
--- a/docs/ref/contrib/flatpages.txt
+++ b/docs/ref/contrib/flatpages.txt
@@ -170,8 +170,7 @@ Here's a sample :file:`flatpages/default.html` template:
.. code-block:: html+django
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
- "http://www.w3.org/TR/REC-html40/loose.dtd">
+ <!DOCTYPE html>
<html>
<head>
<title>{{ flatpage.title }}</title>