From 3442d427711ca616c43c2181dfadaadfa49ad706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=A7=C3=BE?= <12281088+helderjnpinto@users.noreply.github.com> Date: Thu, 15 Dec 2022 15:41:40 +0000 Subject: [PATCH] Fix wrong h1 closing tag --- .../lib/block_scout_web/templates/api_docs/eth_rpc.html.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/block_scout_web/lib/block_scout_web/templates/api_docs/eth_rpc.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/api_docs/eth_rpc.html.eex index ac80b13597..24f78423fc 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/api_docs/eth_rpc.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/api_docs/eth_rpc.html.eex @@ -1,7 +1,7 @@
-

<%= gettext("ETH RPC API Documentation") %>

+

<%= gettext("ETH RPC API Documentation") %>

[ <%= gettext "Base URL:" %> <%= eth_rpc_api_url()%> ]

<%= gettext "This API is provided to support some rpc methods in the exact format specified for ethereum nodes, which can be found " %>