X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgi.c;h=94f6875f4f448eee6f7204833dfa360039de7ff5;hp=0241ebf69ce2ad0ba47f2ed7e6d5cb65014a5aff;hb=f3058b66ddb6783fb5b17d84e2b00516b02327f5;hpb=cce678ee7acb88fdad2c75f225adb009f7d4afd4 diff --git a/cgi.c b/cgi.c index 0241ebf6..94f6875f 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's address", TRUE }, #endif { "show-request", @@ -1277,7 +1277,7 @@ jb_err cgi_error_unknown(const struct client_state *csp, static const char body_suffix[] = "

\n" "

Please " - "" + "" "file a bug report.

\n" "\n" "\n";