summaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index b4e0d4f0..140fa5af 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -866,6 +866,7 @@ void MainWindow::readyRead(bool finished = false) {
}
output.replace(QRegExp("<"), "&lt;");
output.replace(QRegExp(">"), "&gt;");
+ output.replace(QRegExp(" "), "&nbsp;");
} else {
// qDebug() << process->readAllStandardOutput();
// qDebug() << process->readAllStandardError();