From 65c44f3fcbb7a6a5115ac41008beb0b085885c22 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 17 Dec 2006 19:35:19 +0000 Subject: [PATCH] Escape ampersand in Privoxy menu. --- cgi.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 2.39.2