diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2011-04-20 17:44:29 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2011-04-20 17:44:29 +0000 |
| commit | fda8a9a3902649fb70806f7def55851012047490 (patch) | |
| tree | fe4c211e56e6a89c773ad98fd98cb45a28e2b4f7 | |
| parent | 2bb3401d06c423b49748f2ec4f1570cd0c9e83a4 (diff) | |
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
| -rw-r--r-- | django/views/debug.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/views/debug.py b/django/views/debug.py index ad8a68ff49..67f25b3465 100644 --- a/django/views/debug.py +++ b/django/views/debug.py @@ -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"> |
