mirror of
https://github.com/rejetto/hfs2.git
synced 2025-12-19 10:03:56 +01:00
fix: broken format for macros log
This commit is contained in:
parent
69573c1a69
commit
d1a4b8574a
@ -67,6 +67,8 @@ s:='';
|
|||||||
if ts then
|
if ts then
|
||||||
s:='<hr>'+dateTimeToStr(now())+CRLF;
|
s:='<hr>'+dateTimeToStr(now())+CRLF;
|
||||||
s:=s+#13'<dt>'+htmlEncode(textIn)+'</dt><dd>'+htmlEncode(textOut)+'</dd>';
|
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);
|
result:=appendTextFile(MACROS_LOG_FILE, s);
|
||||||
end; // macrosLog
|
end; // macrosLog
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user