diff --git a/apps/block_scout_web/lib/block_scout_web/templates/transaction/_decoded_input.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/transaction/_decoded_input.html.eex
index 87cf28afd6..f1bf4f386f 100644
--- a/apps/block_scout_web/lib/block_scout_web/templates/transaction/_decoded_input.html.eex
+++ b/apps/block_scout_web/lib/block_scout_web/templates/transaction/_decoded_input.html.eex
@@ -4,7 +4,7 @@
<%= case @decoded_input_data do %>
<% {:error, :contract_not_verified} -> %>
-
+
<%= gettext "To see decoded input data, the contract must be verified." %>
<%= case @transaction do %>
<% %{to_address: %{hash: hash}} -> %>
diff --git a/apps/block_scout_web/lib/block_scout_web/templates/transaction_log/index.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/transaction_log/index.html.eex
index e1862c1447..ec78914866 100644
--- a/apps/block_scout_web/lib/block_scout_web/templates/transaction_log/index.html.eex
+++ b/apps/block_scout_web/lib/block_scout_web/templates/transaction_log/index.html.eex
@@ -27,7 +27,7 @@
<%= case decode(log, @transaction) do %>
<% {:error, :contract_not_verified} -> %>
-
+
<%= gettext "To see decoded input data, the contract must be verified." %>
<%= case @transaction do %>
<% %{to_address: %{hash: hash}} -> %>