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:
parent
2bb3401d06
commit
fda8a9a390
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue