From 61f8dbfee6b5a82c701b717dc33b7f7f7f379350 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 15 Mar 2012 15:46:37 +0000 Subject: [PATCH] -clean up HTML --- src/gns/gnunet-gns-fcfsd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gns/gnunet-gns-fcfsd.c b/src/gns/gnunet-gns-fcfsd.c index ffc2473e3..436191a78 100644 --- a/src/gns/gnunet-gns-fcfsd.c +++ b/src/gns/gnunet-gns-fcfsd.c @@ -37,17 +37,17 @@ /** * Invalid method page. */ -#define METHOD_ERROR "Illegal requestGo away." +#define METHOD_ERROR "Illegal requestGo away." /** * Front page. (/) */ -#define MAIN_PAGE "Welcome
What is your desired domain name?

What is your public key? " +#define MAIN_PAGE "GNUnet FCFS Authority Name Registration ServiceWhat is your desired domain name?

What is your public key? " /** * Second page (/S) */ -#define SUBMIT_PAGE "%s%s" +#define SUBMIT_PAGE "%s%s" /** * Mime type for HTML pages. -- 2.25.1