summaryrefslogtreecommitdiff
path: root/django/views/templates/technical_500.html
diff options
context:
space:
mode:
Diffstat (limited to 'django/views/templates/technical_500.html')
-rw-r--r--django/views/templates/technical_500.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/views/templates/technical_500.html b/django/views/templates/technical_500.html
index 305c4655ad..940beeeb85 100644
--- a/django/views/templates/technical_500.html
+++ b/django/views/templates/technical_500.html
@@ -5,7 +5,7 @@
<meta name="robots" content="NONE,NOARCHIVE">
<title>{% if exception_type %}{{ exception_type }}{% else %}Report{% endif %}
{% if request %} at {{ request.path_info }}{% endif %}</title>
- <style type="text/css">
+ <style>
html * { padding:0; margin:0; }
body * { padding:10px 20px; }
body * * { padding:0; }