diff --git a/worf/templates/worf/base.html b/worf/templates/worf/base.html index 8a419e3..b2f12fb 100644 --- a/worf/templates/worf/base.html +++ b/worf/templates/worf/base.html @@ -62,7 +62,7 @@
-
HTTP {{ response.status_code }} {{ response.status_text }}{% for key, value in response.headers.items %}
+              
HTTP {{ response.status_code }} {{ response.status_text }}{% for key, value in response.headers.items %}
 {{ key }}: {{ value }}{% endfor %}
 
 {{ content }}