From f3ad6d5bd0b562c5e307c74065c7064ad87c94fe Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Sat, 23 Feb 2019 11:53:58 -0500 Subject: [PATCH] style consistency fix --- views/includes/transaction-io-details.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/includes/transaction-io-details.pug b/views/includes/transaction-io-details.pug index bc1b3b2..c1e8e8f 100644 --- a/views/includes/transaction-io-details.pug +++ b/views/includes/transaction-io-details.pug @@ -142,7 +142,7 @@ div(class="row monospace") else if (vout.scriptPubKey.asm && vout.scriptPubKey.asm.startsWith('OP_RETURN ')) span(class="monospace") - span(class="rounded bg-dark text-light px-2 py-1 mr-2") OP_RETURN: + span(class="rounded bg-dark text-light px-2 py-1 mr-2") OP_RETURN span(class="text-muted") #{utils.hex2ascii(vout.scriptPubKey.asm.substring("OP_RETURN ".length))} else