diff options
| -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"> |
