Add ChangeLog entries for changes from 639c42d7ab7 to 91f9e616645
[privoxy.git] / templates / show-url-info
index e2c7ab8..0514a4a 100644 (file)
@@ -4,8 +4,8 @@
 #
 # Purpose     :  Template for Privoxy's show-url-info CGI page.
 #
-# Copyright   :  Written by and Copyright (C) 2001-2007 the SourceForge
-#                Privoxy team. http://www.privoxy.org/
+# Copyright   :  Written by and Copyright (C) 2001-2007 members of the
+#                Privoxy team. https://www.privoxy.org/
 #
 #                This program is free software; you can redistribute it
 #                and/or modify it under the terms of the GNU General
     </tr>
     <tr>
       <td class="box">
-<!-- @if-https-start -->
+<!-- @if-https-and-no-https-inspection-start -->
         <h2>NOTE:</h2>
         <p>This is a HTTPS URL, so the part after the "/" is ignored
           as Privoxy doesn't see the path for real HTTPS requests either.</p>
-<!-- if-https-end@ -->
+<!-- if-https-and-no-https-inspection-end@ -->
 <!-- if-valid-url-end@ -->
         <h2>Matches for <a href="@url@">@url@</a>:</h2>
         @matches@
       </td>
     </tr>
 
+<!-- @if-have-help-info-start -->
     <tr>
       <td class="info">
 
-#include mod-support-and-service
+#include mod-local-help
 
       </td>
     </tr>
+<!-- if-have-help-info-end@ -->
 
-<!-- @if-have-help-info-start -->
     <tr>
       <td class="info">
 
-#include mod-local-help
+#include mod-support-and-service
 
       </td>
     </tr>
-<!-- if-have-help-info-end@ -->
 
   </table>