projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10a1d60
)
Improve the message shown when the client-tags CGI page is requested with no tags...
author
Fabian Keil
<fk@fabiankeil.de>
Thu, 17 Dec 2020 08:57:03 +0000
(09:57 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Thu, 17 Dec 2020 14:14:43 +0000
(15:14 +0100)
cgisimple.c
patch
|
blob
|
history
diff --git
a/cgisimple.c
b/cgisimple.c
index
3103034
..
5099a57
100644
(file)
--- a/
cgisimple.c
+++ b/
cgisimple.c
@@
-362,7
+362,7
@@
jb_err cgi_show_client_tags(struct client_state *csp,
this_tag = csp->config->client_tags;
if (this_tag->name == NULL)
{
- client_tag_status = strdup_or_die("<p>No tags
available
.</p>\n");
+ client_tag_status = strdup_or_die("<p>No tags
have been configured
.</p>\n");
}
else
{