mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
Revert "fix spaces/monospace fonts in qt console" (#4984)
This reverts commit 54a78ed036
.
This commit is contained in:
parent
ea957a73a0
commit
cd0444fe7f
@ -437,7 +437,6 @@ bool isDust(interfaces::Node& node, const QString& address, const CAmount& amoun
|
||||
QString HtmlEscape(const QString& str, bool fMultiLine)
|
||||
{
|
||||
QString escaped = str.toHtmlEscaped();
|
||||
escaped = escaped.replace(" ", " ");
|
||||
if(fMultiLine)
|
||||
{
|
||||
escaped = escaped.replace("\n", "<br>\n");
|
||||
|
Loading…
Reference in New Issue
Block a user