diff options
Diffstat (limited to 'ctimeline.c')
-rw-r--r-- | ctimeline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctimeline.c b/ctimeline.c index 31c0e1b..e09887c 100644 --- a/ctimeline.c +++ b/ctimeline.c @@ -15,7 +15,7 @@ static void prepare_context() { memset(&ctx, 0, sizeof(ctx)); ctx.head_title = string_alloc(NULL, "Timeline browser"); - ctx.css = string_alloc(NULL, "static/ctimeline.css"); + ctx.css = string_alloc(NULL, "ctimeline.css"); ctx.header_title = string_alloc(NULL, "CTimeline"); ctx.header_desc = string_alloc(NULL, "Web frontend for timelines written in C"); |