From c92f19c9320abd9bd8a3940cf437c92af0eb558e Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 13 Mar 2011 10:56:00 +0000 Subject: Move directory listing CSS to resource:internal.css. svn path=/trunk/netsurf/; revision=12017 --- content/dirlist.c | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) (limited to 'content/dirlist.c') diff --git a/content/dirlist.c b/content/dirlist.c index d22e35c77..8ed977239 100644 --- a/content/dirlist.c +++ b/content/dirlist.c @@ -56,26 +56,9 @@ bool dirlist_generate_top(char *buffer, int buffer_length) int error = snprintf(buffer, buffer_length, "\n" "\n" - "\n" "%s\n" "\n" - "\n" + "\n" "

%s

\n", title, title); if (error < 0 || error >= buffer_length) -- cgit v1.2.3