double remove & / display version

This commit is contained in:
2022-12-09 08:54:02 +01:00
parent 8e74856ad2
commit df7a25d331
7 changed files with 73 additions and 17 deletions

View File

@ -142,7 +142,7 @@ Attachment::getSection (const string &content, const string &beginTag, const str
for (const string &s : list)
result += s;
LOG ("result: " << result);
return result;
return result;
}
// ================================================================================