fix error
All checks were successful
pyrite-dev/taiga/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-03-10 00:12:48 +09:00
commit bdb19dcbdb
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -232,7 +232,7 @@ void classic_body(FILE* out, const char* top, const char* title, xl_node_t* body
text = u_path(top, text);
fprintf(out, " <a href=\"%s\"><img src=\"%s\" alt=\"%s\" border=\"0\"%s></a>\n", link, text, name, size);
fprintf(out, " <img src=\"%simage/fill.gif\" width=\"96\">\n", top);
fprintf(out, " <img src=\"%simage/fill.gif\" width=\"96\" alt=\"filling\">\n", top);
free(text);
}