From 90ce6167cfd99e7f4b972fb5fbf2097698c78b7d Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Thu, 2 May 2019 02:27:29 -0400 Subject: [PATCH] clicking on url opens up new tab instead --- config/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/templates/index.html b/config/templates/index.html index 0857627..41f8bab 100644 --- a/config/templates/index.html +++ b/config/templates/index.html @@ -68,7 +68,7 @@

{{ status.endpoint }}

- {{ status.location }} + {{ status.location }}
{% if status.error %}

{{ status.error }}

{% endif %}