Fixed case of DOCTYPE in 500 template, for the sake of consistency.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16052 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Luke Plant 2011-04-20 17:44:29 +00:00
parent 2bb3401d06
commit fda8a9a390
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ def empty_urlconf(request):
#
TECHNICAL_500_TEMPLATE = """
<!DOCTYPE HTML>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">