aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-07-18 05:17:10 +0800
committerobscuren <geffobscura@gmail.com>2014-07-18 05:17:10 +0800
commit44296c0b33de5f6c2ff28c6a0fd528d6ccd04dec (patch)
treeca6007188ecf4e0e70f103456d4b815ef6dd2a8b /ethereal
parent01d9107bce356e4de94b9506246672d003948203 (diff)
downloadgo-tangerine-44296c0b33de5f6c2ff28c6a0fd528d6ccd04dec.tar
go-tangerine-44296c0b33de5f6c2ff28c6a0fd528d6ccd04dec.tar.gz
go-tangerine-44296c0b33de5f6c2ff28c6a0fd528d6ccd04dec.tar.bz2
go-tangerine-44296c0b33de5f6c2ff28c6a0fd528d6ccd04dec.tar.lz
go-tangerine-44296c0b33de5f6c2ff28c6a0fd528d6ccd04dec.tar.xz
go-tangerine-44296c0b33de5f6c2ff28c6a0fd528d6ccd04dec.tar.zst
go-tangerine-44296c0b33de5f6c2ff28c6a0fd528d6ccd04dec.zip
html tags not allowed
Diffstat (limited to 'ethereal')
-rw-r--r--ethereal/assets/qml/wallet.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml
index a9e309356..592698d8e 100644
--- a/ethereal/assets/qml/wallet.qml
+++ b/ethereal/assets/qml/wallet.qml
@@ -472,7 +472,7 @@ ApplicationWindow {
Text { text: '<h3>Block details</h3>'; color: "#F2F2F2"}
Text { text: '<b>Block number:</b> ' + number; color: "#F2F2F2"}
Text { text: '<b>Hash:</b> ' + hash; color: "#F2F2F2"}
- Text { text: '<b>Coinbase:</b> <' + name + '> ' + coinbase; color: "#F2F2F2"}
+ Text { text: '<b>Coinbase:</b> &lt;' + name + '&gt; ' + coinbase; color: "#F2F2F2"}
Text { text: '<b>Block found at:</b> ' + prettyTime; color: "#F2F2F2"}
Text { text: '<b>Gas used:</b> ' + gasUsed + " / " + gasLimit; color: "#F2F2F2"}
}