aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-16 14:47:25 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-16 14:47:25 +0000
commitf537d52f6993567845c4329bb0ec3dc81ef29271 (patch)
tree257f81a462e4d6352ff9e481b61af8ed61461eef /src
parent00da095d9d83afea982baa79b8075a35d41be834 (diff)
downloadgnunet-f537d52f6993567845c4329bb0ec3dc81ef29271.tar.gz
gnunet-f537d52f6993567845c4329bb0ec3dc81ef29271.zip
fix
Diffstat (limited to 'src')
-rw-r--r--src/gns/gnunet-gns-fcfsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-gns-fcfsd.c b/src/gns/gnunet-gns-fcfsd.c
index 5d9fbd27f..43616554a 100644
--- a/src/gns/gnunet-gns-fcfsd.c
+++ b/src/gns/gnunet-gns-fcfsd.c
@@ -42,7 +42,7 @@
42/** 42/**
43 * Front page. (/) 43 * Front page. (/)
44 */ 44 */
45#define MAIN_PAGE "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"><html lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\"><html><head><title>GNUnet FCFS Authority Name Registration Service</title></head><body><form action=\"/S\" method=\"post\">What is your desired domain name? <input type=\"text\" name=\"domain\" /> <p> What is your public key? <input type=\"text\" name=\"pkey\" /> <input type=\"submit\" value=\"Next\" /></body></html>" 45#define MAIN_PAGE "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"><html lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\"><html><head><title>GNUnet FCFS Authority Name Registration Service</title></head><body><form action=\"S\" method=\"post\">What is your desired domain name? <input type=\"text\" name=\"domain\" /> <p> What is your public key? <input type=\"text\" name=\"pkey\" /> <input type=\"submit\" value=\"Next\" /></body></html>"
46 46
47/** 47/**
48 * Second page (/S) 48 * Second page (/S)