Change terminal cat to use <pre> tag for txt files which are often data

This commit is contained in:
Wraithan (Chris McDonald)
2018-02-10 12:52:56 -08:00
parent fe4a6d90f8
commit 8445edeaf0
2 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ function showMessage(msg) {
var txt = "Message received from unknown sender: <br><br>" +
"<i>" + msg.msg + "</i><br><br>" +
"This message was saved as " + msg.filename + " onto your home computer.";
dialogBoxCreate(txt);
dialogBoxCreate(txt, true);
}
//Adds a message to a server