From d90ca6181bb97d82c1eef7a303c408b2f8e5012b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 17 Mar 2011 09:21:02 +0000 Subject: Improve options output improve options:config styling svn path=/trunk/netsurf/; revision=12084 --- content/fetchers/about.c | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'content') diff --git a/content/fetchers/about.c b/content/fetchers/about.c index 6bee817be..3dfea825f 100644 --- a/content/fetchers/about.c +++ b/content/fetchers/about.c @@ -16,7 +16,12 @@ * along with this program. If not, see . */ -/* about: URL handling. Based on the data fetcher by Rob Kendrick */ +/* about: URL handling. + * + * Based on the data fetcher by Rob Kendrick + * This fetcher provides a simple scheme for the user to access + * information from the browser from a known, fixed URL. + */ #include #include @@ -182,16 +187,8 @@ static bool fetch_about_config_handler(struct fetch_about_context *ctx) "NetSurf Browser Config" "" - "" "" - "" + "" "

" "" "\"NetSurf\"" -- cgit v1.2.3