add warn/note
Some checks are pending
pyrite-dev/taiga/pipeline/head Build queued...

This commit is contained in:
Nishi 2026-03-10 19:44:23 +09:00
commit ae487f648e
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 95 additions and 26 deletions

View file

@ -136,7 +136,7 @@ void default_body(FILE* out, const char* top, xl_node_t* element, int spec, int
sprintf(tag + strlen(tag), " </td>\n");
sprintf(tag + strlen(tag), " </tr>\n");
sprintf(tag + strlen(tag), " <tr>\n");
sprintf(tag + strlen(tag), " <td width=\"100%%\">");
sprintf(tag + strlen(tag), " <td width=\"100%%\" class=\"message-content\">");
sprintf(end + strlen(end), " </td>\n");
sprintf(end + strlen(end), " </tr>\n");