Skip to content

Commit 44296c0

Browse files
committed
html tags not allowed
1 parent 01d9107 commit 44296c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereal/assets/qml/wallet.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ ApplicationWindow {
472472
Text { text: '<h3>Block details</h3>'; color: "#F2F2F2"}
473473
Text { text: '<b>Block number:</b> ' + number; color: "#F2F2F2"}
474474
Text { text: '<b>Hash:</b> ' + hash; color: "#F2F2F2"}
475-
Text { text: '<b>Coinbase:</b> <' + name + '> ' + coinbase; color: "#F2F2F2"}
475+
Text { text: '<b>Coinbase:</b> &lt;' + name + '&gt; ' + coinbase; color: "#F2F2F2"}
476476
Text { text: '<b>Block found at:</b> ' + prettyTime; color: "#F2F2F2"}
477477
Text { text: '<b>Gas used:</b> ' + gasUsed + " / " + gasLimit; color: "#F2F2F2"}
478478
}

0 commit comments

Comments
 (0)