Add a missing apostroph in the 'More Privoxy' menu
authorFabian Keil <fk@fabiankeil.de>
Sun, 13 Sep 2020 12:11:02 +0000 (14:11 +0200)
committerFabian Keil <fk@fabiankeil.de>
Tue, 22 Sep 2020 14:22:04 +0000 (16:22 +0200)
cgi.c

diff --git a/cgi.c b/cgi.c
index 0241ebf..7518219 100644 (file)
--- a/cgi.c
+++ b/cgi.c
@@ -106,7 +106,7 @@ static const struct cgi_dispatcher cgi_dispatchers[] = {
     */
    { "client-tags",
          cgi_show_client_tags,
-         "View or toggle the tags that can be set based on the clients address",
+         "View or toggle the tags that can be set based on the client&#39;s address",
          TRUE },
 #endif
    { "show-request",