From 66ac795f04738426b318ade303b932de7d27571e Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 12 Mar 2011 23:00:19 +0000 Subject: Make about:config a bit nicer, if resource: is implemented on your front end. svn path=/trunk/netsurf/; revision=11999 --- content/fetchers/about.c | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/content/fetchers/about.c b/content/fetchers/about.c index 046c28a63..4d6b13ce0 100644 --- a/content/fetchers/about.c +++ b/content/fetchers/about.c @@ -168,16 +168,30 @@ static bool fetch_about_config_handler(struct fetch_about_context *ctx) slen = snprintf(buffer, sizeof buffer, "NetSurf Browser Config" - "" - "

NetSurf Browser Config

" - ""); + "" + "" + "" + "" + "

" + "" + "\"NetSurf\"" + "

" + "

NetSurf Browser Config

" + "
" + ""); do { res = options_snoptionf(buffer + slen, sizeof buffer - slen, opt_loop, - ""); + ""); if (res <= 0) break; /* last option */ -- cgit v1.2.3
%k%t%V
%k%t%V