Fix wrong h1 closing tag

pull/6597/head
ħþ 2 years ago committed by GitHub
parent 353961d860
commit 3442d42771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/block_scout_web/lib/block_scout_web/templates/api_docs/eth_rpc.html.eex

@ -1,7 +1,7 @@
<section class="container">
<div class="card">
<div class="card-body">
<h1 class="card-title margin-bottom-sm"><%= gettext("ETH RPC API Documentation") %></h2>
<h1 class="card-title margin-bottom-sm"><%= gettext("ETH RPC API Documentation") %></h1>
<p class="api-text-monospace" data-endpoint-url="<%= eth_rpc_api_url() %>">[ <%= gettext "Base URL:" %> <%= eth_rpc_api_url()%> ]</p>
<p class="card-subtitle margin-bottom-0">
<%= gettext "This API is provided to support some rpc methods in the exact format specified for ethereum nodes, which can be found " %>

Loading…
Cancel
Save