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) {