Rephrase the "show-client-tags" description in the CGI menu
authorFabian Keil <fk@fabiankeil.de>
Wed, 30 Mar 2016 11:14:05 +0000 (11:14 +0000)
committerFabian Keil <fk@fabiankeil.de>
Wed, 30 Mar 2016 11:14:05 +0000 (11:14 +0000)
... to make it more obvious that the page can also
be used to toggle tags.

This also unbreaks the JavaScript version of the
"blocked" page as the previous description used
an unescaped single-quote.

cgi.c

diff --git a/cgi.c b/cgi.c
index 14abf8b..759517d 100644 (file)
--- a/cgi.c
+++ b/cgi.c
@@ -1,4 +1,4 @@
-const char cgi_rcs[] = "$Id: cgi.c,v 1.161 2016/02/26 12:32:26 fabiankeil Exp $";
+const char cgi_rcs[] = "$Id: cgi.c,v 1.162 2016/03/17 10:40:53 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/cgi.c,v $
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/cgi.c,v $
@@ -103,7 +103,7 @@ static const struct cgi_dispatcher cgi_dispatchers[] = {
 #ifdef FEATURE_CLIENT_TAGS
    { "show-client-tags",
          cgi_show_client_tags,
 #ifdef FEATURE_CLIENT_TAGS
    { "show-client-tags",
          cgi_show_client_tags,
-         "Show the tags that can be set based on the client's address (opt-in)",
+         "View or toggle the tags that can be set based on the clients address",
           FALSE },
 #endif
    { "show-request",
           FALSE },
 #endif
    { "show-request",