1
0
mirror of https://github.com/django/django.git synced 2025-10-28 16:16:12 +00:00

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
This commit is contained in:
Luke Plant
2011-04-20 17:40:53 +00:00
parent 519534bf03
commit 26cda43012
11 changed files with 21 additions and 25 deletions

View File

@@ -7,7 +7,7 @@ from django.conf import settings
# other way of making it available independent of what is in the settings file.
CSRF_FAILRE_TEMPLATE = """
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">