Index: /trunk/FACT++/src/smartfact.cc
===================================================================
--- /trunk/FACT++/src/smartfact.cc	(revision 13849)
+++ /trunk/FACT++/src/smartfact.cc	(revision 13850)
@@ -475,6 +475,6 @@
             return;
 
-        const string str  = fControlMessageHist.size()>0 ? fControlMessageHist.back() : "<pre>  :  :  </pre> ";
-        const string time = "<pre>"+d.GetTimeAsStr("%H:%M:%S")+"</pre> ";
+        const string str  = fControlMessageHist.size()>0 ? fControlMessageHist.back() : "         ";
+        const string time = d.GetTimeAsStr("%H:%M:%S ");
 
         ostringstream tst;
@@ -482,6 +482,6 @@
 
         string msg;
-        msg += str.substr(0, time.length())==time ? "<pre>        </pre> " : time;
-        msg += d.Ptr<char>();
+        msg += str.substr(0, time.length())==time ? "--:--:-- " : time;
+        msg += "<->"+string(d.Ptr<char>())+"</->";
 
         fControlMessageHist.push_back(msg);
Index: /trunk/FACT++/www/smartfact/index.js
===================================================================
--- /trunk/FACT++/www/smartfact/index.js	(revision 13849)
+++ /trunk/FACT++/www/smartfact/index.js	(revision 13850)
@@ -1011,4 +1011,7 @@
         form = form.replace(/<([\+-])>/g, "<font size='$11'>");
         form = form.replace(/<\/([#\+-])>/g, "</font>");
+        form = form.replace(/([0-9][0-9]):([0-9][0-9]):([0-9][0-9])/g,
+                            "<pre>$1</pre>:<pre>$2</pre>:<pre>$3</pre>");
+        form = form.replace(/--:--:--/g, "<pre>  </pre> <pre>  </pre> <pre>  </pre>");
 
         var newe = document.createElement("div");
