From 72d7121f0c1ef16558a100baca0e14260bdbbe9a Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 21 Sep 2009 09:32:30 +0000 Subject: Added example stylesheet. --- html.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html.c') diff --git a/html.c b/html.c index 2be740fd..38dc9aae 100644 --- a/html.c +++ b/html.c @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.41 2009/09/21 00:39:02 kristaps Exp $ */ +/* $Id: html.c,v 1.42 2009/09/21 09:32:30 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -415,7 +415,7 @@ html_alloc(void) } /* h->base = xxx; */ - /* h->style = xxx; */ + h->style = "style.css"; /* XXX */ return(h); } -- cgit v1.2.3