diff --git a/src/classic.c b/src/classic.c index 623b363..bec8779 100644 --- a/src/classic.c +++ b/src/classic.c @@ -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, " \"%s\"\n", link, text, name, size); - fprintf(out, " \n", top); + fprintf(out, " \"filling\"\n", top); free(text); }