diff --git a/Rocket.toml b/Rocket.toml index 1da001a..caf68a8 100644 --- a/Rocket.toml +++ b/Rocket.toml @@ -1,5 +1,5 @@ [default] -address = "127.0.0.1" +address = "127.0.0.1" # Uncomment and change default port number (8000) if another instance of the explorer is needed to run. # E.g. Mainnet (8000) and Testnet (8001) instances. diff --git a/templates/stats.html.tera b/templates/stats.html.tera index e6d3279..396621b 100644 --- a/templates/stats.html.tera +++ b/templates/stats.html.tera @@ -70,9 +70,9 @@
{% for v in user_agent %} {% if loop.index0 == 0 %} -
+
{% else %} -
+
{% endif %}