From 2762748196fcc668c9eda98700326ed35a49f2c5 Mon Sep 17 00:00:00 2001 From: Nishi Date: Mon, 29 Jun 2026 01:23:46 +0900 Subject: [PATCH] fix dark theme --- src/skin/dark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/skin/dark.c b/src/skin/dark.c index aa40f67..60e5be5 100644 --- a/src/skin/dark.c +++ b/src/skin/dark.c @@ -167,7 +167,7 @@ void dark_body(FILE* out, const char* top, const char* title, xl_node_t* body, c fprintf(out, " \n"); fprintf(out, " \n"); fprintf(out, " \n"); - fprintf(out, " \n"); + fprintf(out, " \n"); if((nodes = xl_get_path(skinconf->root, "footer")) != NULL) { child = nodes[0]->first_child; while(child != NULL) {