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

This commit is contained in:
Nishi 2026-03-02 08:36:20 +09:00
commit 615c37497b
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -30,7 +30,7 @@ int action_seed(int argc, char** argv){
fprintf(f, " <copyright>\n");
fprintf(f, " <vendor>Example Co, Ltd.</vendor>\n");
fprintf(f, " <year>2026</year>\n");
fprintf(f, " <link href=\"https://example.com\">\n");
fprintf(f, " <link href=\"https://example.com\" />\n");
fprintf(f, " </copyright>\n");
fprintf(f, "</skinconfig>\n");
fclose(f);