Fix a perl brain fart with <li> in comments.
authorhal9 <hal9@users.sourceforge.net>
Fri, 23 Aug 2002 02:22:54 +0000 (02:22 +0000)
committerhal9 <hal9@users.sourceforge.net>
Fri, 23 Aug 2002 02:22:54 +0000 (02:22 +0000)
26 files changed:
templates/blocked
templates/cgi-error-404
templates/cgi-error-bad-param
templates/cgi-error-disabled
templates/cgi-error-file
templates/cgi-error-file-read-only
templates/cgi-error-modified
templates/cgi-error-parse
templates/connect-failed
templates/default
templates/edit-actions-add-url-form
templates/edit-actions-for-url
templates/edit-actions-for-url-filter
templates/edit-actions-list
templates/edit-actions-remove-url-form
templates/edit-actions-url-form
templates/mod-support-and-service
templates/no-such-domain
templates/show-request
templates/show-status
templates/show-status-file
templates/show-url-info
templates/show-version
templates/toggle
templates/toggle-mini
templates/untrusted

index 8944a0d..d6e3d01 100644 (file)
@@ -42,8 +42,7 @@
 #  default-cgi:
 #    The URL for the "main menu" builtin CGI of this proxy
 #  menu:
-#    List of 
-         <li> elements linking to the other available CGIs
+#    List of <li> elements linking to the other available CGIs
 #  version:
 #    The version number of the proxy software
 #  code-status:
     <tr> \
       <td class="box" colspan="2"> \
         <h2>More Privoxy:</h2> \
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul> \
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul> \
       </td> \
     </tr> \
  \
           we ask that you: \
         </p> \
         <ul> \
-          
-         <li> \
+          <li> \
             use the <a href="http://sourceforge.net/tracker/?group_id=11118&amp;atid=211118">support forum</a> or (better) the \
             <a href="http://sourceforge.net/mail/?group_id=11118">mailing lists</a> to get help. \
           </li> \
-          
-         <li> \
+          <li> \
             submit banners and all problems with the actions file only through the \
             <a href="javascript:void(window.open(\'http://www.privoxy.org/actions\',\'Feedback\',\'width=600,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no\').focus());">actions \
             file feedback system</a>. \
           </li> \
-          
-         <li> \
+          <li> \
             submit bugs only through our <a href="http://sourceforge.net/tracker/?group_id=11118&amp;atid=111118">bug tracker</a>. \
             Make sure that the bug has not yet been submitted. \
           </li> \
-          
-         <li> \
+          <li> \
             submit feature requests only through our <a href="http://sourceforge.net/tracker/?atid=361118&amp;group_id=11118&amp;func=browse">feature \
             request tracker</a>. \
           </li> \
-        
         </ul> \
       </td> \
     </tr> \
index 8c8579c..925ff95 100644 (file)
@@ -37,8 +37,7 @@
 #  default-cgi:
 #    The URL for the "main menu" builtin CGI of this proxy
 #  menu:
-#    List of 
-         <li> elements linking to the other available CGIs
+#    List of <li> elements linking to the other available CGIs
 #  version:
 #    The version number of the proxy software
 #  code-status:
     <tr>
       <td class="box" colspan="2">
         <h2>More Privoxy:</h2>
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>
 
index 9be06dc..32f90fa 100644 (file)
@@ -37,8 +37,7 @@
 #  default-cgi:
 #    The URL for the "main menu" builtin CGI of this proxy
 #  menu:
-#    List of 
-         <li> elements linking to the other available CGIs
+#    List of <li> elements linking to the other available CGIs
 #  version:
 #    The version number of the proxy software
 #  code-status:
            "?" mark) are wrong or missing.</p>
         <p>Possible causes:</p>
         <ul>
-          
-         <li>If you just typed a URL pattern into a form, then you got
+          <li>If you just typed a URL pattern into a form, then you got
              something wrong.  Press the "back" button on your browser
              once and correct what you typed.</li>
-          
-         <li>If you tried to type in the URL, then you've found a
+          <li>If you tried to type in the URL, then you've found a
              page where you can't do that.  You can only view this
              page by following links from elsewhere in the configuration
              interface.</li>
-          
-         <li>If you got here using your browser's "back" button, then
+          <li>If you got here using your browser's "back" button, then
              that is deliberately disabled for this page.</li>
-          
-         <li>If you got here by clicking a link in the
+          <li>If you got here by clicking a link in the
              configuration interface, please file a bug report!</li>
-        
         </ul>
         <p>You can use the menu below to select from the available
            configuration options</p>
     <tr>
       <td class="box">
         <h2>Privoxy Menu:</h2>
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>
 
index 6f772a1..9845a64 100644 (file)
@@ -37,8 +37,7 @@
 #  default-cgi:
 #    The URL for the "main menu" builtin CGI of this proxy
 #  menu:
-#    List of 
-         <li> elements linking to the other available CGIs
+#    List of <li> elements linking to the other available CGIs
 #  version:
 #    The version number of the proxy software
 #  code-status:
     <tr>
       <td class="box">
         <h2>More Privoxy:</h2>
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>
 
index 794d267..ffe4c9c 100644 (file)
@@ -37,8 +37,7 @@
 #  default-cgi:
 #    The URL for the "main menu" builtin CGI of this proxy
 #  menu:
-#    List of 
-         <li> elements linking to the other available CGIs
+#    List of <li> elements linking to the other available CGIs
 #  version:
 #    The version number of the proxy software
 #  code-status:
      <tr>
       <td class="box">
         <h2>Privoxy Menu:</h2>
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>
 
index a307069..d9b7bae 100644 (file)
@@ -37,8 +37,7 @@
 #  default-cgi:
 #    The URL for the "main menu" builtin CGI of this proxy
 #  menu:
-#    List of 
-         <li> elements linking to the other available CGIs
+#    List of <li> elements linking to the other available CGIs
 #  version:
 #    The version number of the proxy software
 #  code-status:
      <tr>
       <td class="box">
         <h2>Privoxy Menu:</h2>
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>
 
index d636c21..5c5cee3 100644 (file)
@@ -37,8 +37,7 @@
 #  default-cgi:
 #    The URL for the "main menu" builtin CGI of this proxy
 #  menu:
-#    List of 
-         <li> elements linking to the other available CGIs
+#    List of <li> elements linking to the other available CGIs
 #  version:
 #    The version number of the proxy software
 #  code-status:
         </p>
         <p>Possible causes:</p>
         <ul>
-          
-         <li>If you got here using your browser's "back" button, then
+          <li>If you got here using your browser's "back" button, then
              that is deliberately disabled for this page.  Please 
              navigate around the configuration editor using the
              links provided.</li>
-          
-         <li>Perhaps you've got more than one browser window open, and
+          <li>Perhaps you've got more than one browser window open, and
              you're trying to change the same file in both?  You can
              only have one editor window open at a time.  Your other edit
              window should continue to function.</li>
-          
-         <li>You may have modified the file some other way - perhaps by
+          <li>You may have modified the file some other way - perhaps by
              editing it with a text editor.  Simply go back in to the 
              configuration interface using the links below.</li>
-        
         </ul>
         <p>You can go back into the edit interface using the menu below,
            or by clicking <a href="edit-actions-list?f=@f@">here</a>.
     <tr>
       <td class="box">
         <h2>More Privoxy:</h2>
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>
 
index 90f3812..0c640a4 100644 (file)
@@ -37,8 +37,7 @@
 #  default-cgi:
 #    The URL for the "main menu" builtin CGI of this proxy
 #  menu:
-#    List of 
-         <li> elements linking to the other available CGIs
+#    List of <li> elements linking to the other available CGIs
 #  version:
 #    The version number of the proxy software
 #  code-status:
     <tr>
       <td class="box">
         <h2>More Privoxy:</h2>
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>
 
index d4e6d4a..b332f9d 100644 (file)
@@ -37,8 +37,7 @@
 #  default-cgi:
 #    The URL for the "main menu" builtin CGI of this proxy
 #  menu:
-#    List of 
-         <li> elements linking to the other available CGIs
+#    List of <li> elements linking to the other available CGIs
 #  version:
 #    The version number of the proxy software
 #  code-status:
     <tr>
       <td class="box" colspan="2">
         <h2>More Privoxy:</h2>
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>
 
index b393e3c..ecba16f 100644 (file)
@@ -37,8 +37,7 @@
 #  default-cgi:
 #    The URL for the "main menu" builtin CGI of this proxy
 #  menu:
-#    List of 
-         <li> elements linking to the other available CGIs
+#    List of <li> elements linking to the other available CGIs
 #  version:
 #    The version number of the proxy software
 #  code-status:
     <tr>
       <td class="box">
         <h2>Privoxy Menu:</h2>
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>
 
index 546fe6f..d298969 100644 (file)
     <tr>
       <td class="box">
         <h2>More Privoxy:</h2>
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>
 
index 14ad7e1..f599a77 100644 (file)
@@ -816,9 +816,7 @@ function show_send_wafer_opts(tf)
     <tr>
       <td class="box">
         <h2>More Privoxy:</h2>
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>
 
index 952ed14..67fdff7 100644 (file)
@@ -1,7 +1,7 @@
-<tr class="bg1" align="left" valign="top">\r
-  <td class="en1" align="center" valign="middle"><input type="radio" name="filter_r@index@" value="Y" @this-filter-y@></td>\r
-  <td class="dis1" align="center" valign="middle"><input type="radio" name="filter_r@index@" value="N" @this-filter-n@></td>\r
-  <td class="noc1" align="center" valign="middle"><input type="radio" name="filter_r@index@" value="X" @this-filter-x@></td>\r
-  <td class="action"><a href="@user-manual@@actions-help-prefix@FILTER">filter</a> @name@<input type="hidden" name="filter_n@index@" value="@name@"></td>\r
-  <td>@description@</td>\r
-</tr>\r
+<tr class="bg1" align="left" valign="top">
+  <td class="en1" align="center" valign="middle"><input type="radio" name="filter_r@index@" value="Y" @this-filter-y@></td>
+  <td class="dis1" align="center" valign="middle"><input type="radio" name="filter_r@index@" value="N" @this-filter-n@></td>
+  <td class="noc1" align="center" valign="middle"><input type="radio" name="filter_r@index@" value="X" @this-filter-x@></td>
+  <td class="action"><a href="@user-manual@@actions-help-prefix@FILTER">filter</a> @name@<input type="hidden" name="filter_n@index@" value="@name@"></td>
+  <td>@description@</td>
+</tr>
index 2d56917..44b0330 100644 (file)
@@ -332,9 +332,7 @@ function a_p(section)
     <tr>
       <td class="box">
         <h2>More Privoxy:</h2>
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>
 
index c148333..0cf5c87 100644 (file)
     <tr>
       <td class="box">
         <h2>More Privoxy:</h2>
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>
 
index 0c7261d..b9696a2 100644 (file)
@@ -174,9 +174,7 @@ function validate(text)
     <tr>
       <td class="box">
         <h2>More Privoxy:</h2>
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>
 
index 44eb2c0..d937e16 100644 (file)
@@ -4,24 +4,19 @@
           we ask that you:
         </p>
         <ul>
-          
-         <li>
+          <li>
             use the <a href="http://sourceforge.net/tracker/?group_id=11118&amp;atid=211118">support forum</a> to get help.
           </li>
-          
-         <li>
+          <li>
             submit banners and all problems with the actions file only through the
             <a href="javascript:w=Math.floor(screen.width/2);h=Math.floor(screen.height*0.9);void(window.open('http://www.privoxy.org/actions','Feedback','screenx='+w+',width='+w+',height='+h+',scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">actions file feedback system.</a>
           </li>
-          
-         <li>
+          <li>
             submit bugs only through our <a href="http://sourceforge.net/tracker/?group_id=11118&amp;atid=111118">bug tracker</a>.
             Make sure that the bug has not yet been submitted.
           </li>
-          
-         <li>
+          <li>
             submit feature requests only through our <a href="http://sourceforge.net/tracker/?atid=361118&amp;group_id=11118&amp;func=browse">feature
             request tracker</a>.
           </li>
-        
         </ul>
index 01795a2..34403e5 100644 (file)
@@ -37,8 +37,7 @@
 #  default-cgi:
 #    The URL for the "main menu" builtin CGI of this proxy
 #  menu:
-#    List of 
-         <li> elements linking to the other available CGIs
+#    List of <li> elements linking to the other available CGIs
 #  version:
 #    The version number of the proxy software
 #  code-status:
     <tr>
       <td class="box" colspan="2">
         <h2>More Privoxy:</h2>
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>
 
index d7c3b25..9b6cb80 100644 (file)
@@ -37,8 +37,7 @@
 #  default-cgi:
 #    The URL for the "main menu" builtin CGI of this proxy
 #  menu:
-#    List of 
-         <li> elements linking to the other available CGIs
+#    List of <li> elements linking to the other available CGIs
 #  version:
 #    The version number of the proxy software
 #  code-status:
      <tr>
       <td class="box">
         <h2>More Privoxy:</h2>
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>
 
index 4cbb86d..9769781 100644 (file)
@@ -36,8 +36,7 @@
 #  default-cgi:
 #    The URL for the "main menu" builtin CGI of this proxy
 #  menu:
-#    List of 
-         <li> elements linking to the other available CGIs
+#    List of <li> elements linking to the other available CGIs
 #  version:
 #    The version number of the proxy software
 #  code-status:
     <tr>
       <td class="box">
         <h2>More Privoxy:</h2>
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>
 
index 4373504..2a8f138 100644 (file)
@@ -37,8 +37,7 @@
 #  default-cgi:
 #    The URL for the "main menu" builtin CGI of this proxy
 #  menu:
-#    List of 
-         <li> elements linking to the other available CGIs
+#    List of <li> elements linking to the other available CGIs
 #  version:
 #    The version number of the proxy software
 #  code-status:
     <tr>
       <td class="box">
         <h2>More Privoxy:</h2>
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>
 
index 150d056..913a45a 100644 (file)
@@ -37,8 +37,7 @@
 #  default-cgi:
 #    The URL for the "main menu" builtin CGI of this proxy
 #  menu:
-#    List of 
-         <li> elements linking to the other available CGIs
+#    List of <li> elements linking to the other available CGIs
 #  version:
 #    The version number of the proxy software
 #  code-status:
     <tr>
       <td class="box">
         <h2>More Privoxy:</h2>
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>
 
index 028916f..2ccc273 100644 (file)
@@ -36,8 +36,7 @@
 #  default-cgi:
 #    The URL for the "main menu" builtin CGI of this proxy
 #  menu:
-#    List of 
-         <li> elements linking to the other available CGIs
+#    List of <li> elements linking to the other available CGIs
 #  version:
 #    The version number of the proxy software
 #  code-status:
     <tr>
       <td class="box">
         <h2>More Privoxy:</h2>
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>
 
index c8171ec..c60e0c1 100644 (file)
@@ -37,8 +37,7 @@
 #  default-cgi:
 #    The URL for the "main menu" builtin CGI of this proxy
 #  menu:
-#    List of 
-         <li> elements linking to the other available CGIs
+#    List of <li> elements linking to the other available CGIs
 #  version:
 #    The version number of the proxy software
 #  code-status:
           </p>
 
           <ul>
-            
-         <li><a href="javascript:void(window.open('@default-cgi@toggle?mini=y&amp;set=enabled','ijbstatus','width=250,height=100,resizable=yes,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">Privoxy - Enable</a></li>
-            
-         <li><a href="javascript:void(window.open('@default-cgi@toggle?mini=y&amp;set=disabled','ijbstatus','width=250,height=100,resizable=yes,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">Privoxy - Disable</a></li>
-            
-         <li><a href="javascript:void(window.open('@default-cgi@toggle?mini=y&amp;set=toggle','ijbstatus','width=250,height=100,resizable=yes,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">Privoxy - Toggle Privoxy</a>
+            <li><a href="javascript:void(window.open('@default-cgi@toggle?mini=y&amp;set=enabled','ijbstatus','width=250,height=100,resizable=yes,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">Privoxy - Enable</a></li>
+            <li><a href="javascript:void(window.open('@default-cgi@toggle?mini=y&amp;set=disabled','ijbstatus','width=250,height=100,resizable=yes,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">Privoxy - Disable</a></li>
+            <li><a href="javascript:void(window.open('@default-cgi@toggle?mini=y&amp;set=toggle','ijbstatus','width=250,height=100,resizable=yes,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">Privoxy - Toggle Privoxy</a>
                   (Toggles between enabled and disabled)</li>
-            
-         <li><a href="javascript:void(window.open('@default-cgi@toggle?mini=y','ijbstatus','width=250,height=100,resizable=yes,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">Privoxy - View Status</a></li>
-          
-        </ul>
+            <li><a href="javascript:void(window.open('@default-cgi@toggle?mini=y','ijbstatus','width=250,height=100,resizable=yes,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">Privoxy - View Status</a></li>
+          </ul>
 
           <p>
             <b>Credit:</b> The site which gave us the general idea for these
     <tr>
       <td class="box">
         <h2>More Privoxy:</h2>
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>
 
index 3b2b8d6..bf06fba 100644 (file)
@@ -37,8 +37,7 @@
 #  default-cgi:
 #    The URL for the "main menu" builtin CGI of this proxy
 #  menu:
-#    List of 
-         <li> elements linking to the other available CGIs
+#    List of <li> elements linking to the other available CGIs
 #  version:
 #    The version number of the proxy software
 #  code-status:
index 207b43b..bc09524 100644 (file)
@@ -37,8 +37,7 @@
 #  default-cgi:
 #    The URL for the "main menu" builtin CGI of this proxy
 #  menu:
-#    List of 
-         <li> elements linking to the other available CGIs
+#    List of <li> elements linking to the other available CGIs
 #  version:
 #    The version number of the proxy software
 #  code-status:
         <h2>The following referrers are trusted:</h2>
         <ul>
           @trusted-referrers@
-        
         </ul>
       </td>
     </tr>
     <tr>
       <td class="box" colspan="2">
         <h2>More Privoxy:</h2>
-        <ul>@menu@
-         <li><a href="@user-manual@">Documentation</a></li>
-        </ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>