From 95e6d830c062a8cba365ab11663ede5884d310d9 Mon Sep 17 00:00:00 2001 From: Gingeropolous Date: Mon, 21 Nov 2016 20:35:38 -0500 Subject: [PATCH] html fixes modified some things based on analysis by this validator. https://validator.w3.org Though I think the main problem is that there was an unclosed
. I think what may be happening is that there might be an open div in the header and then a closed div in the footer. Or there's not. And then each thing thats inserted in between the header and footer may or may not have starting and closing
. I need to go through and check though. Also, the hidden state mod is from here - http://w3c.github.io/html/single-page.html#hidden-state-typehidden --- src/templates/partials/tx_details.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/templates/partials/tx_details.html b/src/templates/partials/tx_details.html index 7491eff..b4d5a1b 100644 --- a/src/templates/partials/tx_details.html +++ b/src/templates/partials/tx_details.html @@ -43,10 +43,11 @@ Tx version: {{tx_version}} No of confirmations: {{confirmations}} + - Extra: {{extra}} + Extra: {{extra}} @@ -81,7 +82,7 @@

Check which outputs belong to given Moenro address and viewkey

-
+


@@ -99,9 +100,9 @@
Tx private key can be obtained using get_tx_key command in monero-wallet-cli command line tool
-
+

-
+