Kaydet (Commit) fda8a9a3 authored tarafından Luke Plant's avatar Luke Plant

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
üst 2bb3401d
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment