From 8a166328ebb5f91ad0fa66ace50417b5e801b3d2 Mon Sep 17 00:00:00 2001 From: Steve Lacey Date: Thu, 30 Mar 2023 16:21:03 +0800 Subject: [PATCH] Tabindex to stop Prism making pre focusable https://github.com/PrismJS/prism/issues/3658 --- worf/templates/worf/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}