From ae3e7993c119bcfedc76239c1f8a5d8cf1a8c8d9 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 11 Sep 2010 22:44:21 +0200 Subject: [PATCH] Add URL of the project homepage. --- README | 1 + src/utils_cgi.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 7cdca15..ecbce71 100644 --- a/README +++ b/README @@ -1,5 +1,6 @@ collection 4 - An efficient graphing front-end for collectd ============================================================= + About ----- diff --git a/src/utils_cgi.c b/src/utils_cgi.c index 7995e3f..40768dd 100644 --- a/src/utils_cgi.c +++ b/src/utils_cgi.c @@ -750,7 +750,7 @@ int html_print_page (const char *title, /* {{{ */ printf ("\n" " \n" " \n" - "
"PACKAGE_STRING"
\n" + " \n" " \n" "\n"); -- 2.11.0