fix dark theme
Some checks failed
pyrite-dev/taiga/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/taiga/pipeline/head There was a failure building this commit
This commit is contained in:
parent
e827e2615d
commit
2762748196
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ void dark_body(FILE* out, const char* top, const char* title, xl_node_t* body, c
|
|||
fprintf(out, " </td>\n");
|
||||
fprintf(out, " </tr>\n");
|
||||
fprintf(out, " <tr>\n");
|
||||
fprintf(out, " <td id=\"footer\">\n");
|
||||
fprintf(out, " <td id=\"footer\" valign=\"bottom\">\n");
|
||||
if((nodes = xl_get_path(skinconf->root, "footer")) != NULL) {
|
||||
child = nodes[0]->first_child;
|
||||
while(child != NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue