fix: broken format for macros log

This commit is contained in:
Massimo Melina 2020-05-26 12:07:29 +02:00
parent 69573c1a69
commit d1a4b8574a

View File

@ -67,6 +67,8 @@ s:='';
if ts then
s:='<hr>'+dateTimeToStr(now())+CRLF;
s:=s+#13'<dt>'+htmlEncode(textIn)+'</dt><dd>'+htmlEncode(textOut)+'</dd>';
if sizeOfFile(MACROS_LOG_FILE) = 0 then
s:=HEADER+s;
result:=appendTextFile(MACROS_LOG_FILE, s);
end; // macrosLog