From 5d6f5f5cec8002999594c3276fc034e23809e604 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 5 May 2008 10:03:06 +0000 Subject: [PATCH] If the provided URL isn't valid, don't show the cgi-editor-is-disabled and filters-might-be-ineffective sections. --- templates/show-url-info | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/show-url-info b/templates/show-url-info index 4c168fbf..f57b066d 100644 --- a/templates/show-url-info +++ b/templates/show-url-info @@ -27,6 +27,11 @@ # # Revisions : # $Log: show-url-info,v $ +# Revision 1.25 2008/04/26 10:34:18 fabiankeil +# If zlib support is unavailable and there are content filters active +# but the prevent-compression action is disabled, include a warning +# on the show-url-info page that compression might prevent filtering. +# # Revision 1.24 2008/02/10 17:26:52 fabiankeil # Reduce superfluous white space by not marking # up the final results list as paragraph. @@ -225,6 +230,7 @@

Matches for @url@:

@matches@ +

The CGI editor is currently disabled, thus no edit buttons are shown.
@@ -233,8 +239,10 @@ to learn how to enable it and what the risks are.

+ + @@ -249,7 +257,6 @@ -

Final results:

-- 2.39.2