From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 13 Sep 2020 12:11:02 +0000 (+0200)
Subject: Add a missing apostroph in the 'More Privoxy' menu
X-Git-Tag: v_3_0_29~103
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/user-manual/static/gitweb.js?a=commitdiff_plain;h=46fa3f3e2673810fadfdcb3b6bf5b342a27f1b1d;p=privoxy.git

Add a missing apostroph in the 'More Privoxy' menu
---

diff --git a/cgi.c b/cgi.c
index 0241ebf6..75182199 100644
--- 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",