From 26cda43012104cf700673966659f8c2f2bfb0bbe Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Wed, 20 Apr 2011 17:40:53 +0000 Subject: 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 --- docs/ref/contrib/flatpages.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/ref') 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 - + {{ flatpage.title }} -- cgit v1.3