From: Fabian Keil Date: Sun, 17 Dec 2006 19:35:19 +0000 (+0000) Subject: Escape ampersand in Privoxy menu. X-Git-Tag: v_3_0_7~446 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/@default-cgi@show-url-info?a=commitdiff_plain;h=65c44f3fcbb7a6a5115ac41008beb0b085885c22;p=privoxy.git Escape ampersand in Privoxy menu. --- diff --git a/cgi.c b/cgi.c index f65f9a2b..736c482b 100644 --- a/cgi.c +++ b/cgi.c @@ -1,4 +1,4 @@ -const char cgi_rcs[] = "$Id: cgi.c,v 1.81 2006/12/09 13:49:16 fabiankeil Exp $"; +const char cgi_rcs[] = "$Id: cgi.c,v 1.82 2006/12/17 17:53:39 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgi.c,v $ @@ -38,6 +38,9 @@ const char cgi_rcs[] = "$Id: cgi.c,v 1.81 2006/12/09 13:49:16 fabiankeil Exp $"; * * Revisions : * $Log: cgi.c,v $ + * Revision 1.82 2006/12/17 17:53:39 fabiankeil + * Suppress the toggle link if remote toggling is disabled. + * * Revision 1.81 2006/12/09 13:49:16 fabiankeil * Fix configure option --disable-toggle. * Thanks to Peter Thoenen for reporting this. @@ -561,7 +564,7 @@ static const struct cgi_dispatcher cgi_dispatchers[] = { { "show-status", cgi_show_status, #ifdef FEATURE_CGI_EDIT_ACTIONS - "View & change the current configuration", + "View & change the current configuration", #else "View the current configuration", #endif