Rebuild docs
[privoxy.git] / doc / webserver / user-manual / filter-file.html
index f07dbd3..718870c 100644 (file)
@@ -8,7 +8,7 @@
   <link rel="PREVIOUS" title="Actions Files" href="actions-file.html">
   <link rel="NEXT" title="Privoxy's Template Files" href="templates.html">
   <link rel="STYLESHEET" type="text/css" href="../p_doc.css">
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <link rel="STYLESHEET" type="text/css" href="p_doc.css">
 </head>
 <body class="SECT1" bgcolor="#EEEEEE" text="#000000" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -93,9 +93,9 @@
     <p>Note that '$' is a bad choice for a delimiter in a dynamic filter as you might end up with unintended variables
     if you use a variable name directly after the delimiter. Variables will be resolved without escaping anything,
     therefore you also have to be careful not to chose delimiters that appear in the replacement text. For example
-    '&lt;' should be save, while '?' will sooner or later cause conflicts with $url.</p>
+    '&#60;' should be save, while '?' will sooner or later cause conflicts with $url.</p>
     <p>The non-standard option letter <tt class="LITERAL">T</tt> (trivial) prevents parsing for backreferences in the
-    substitute. Use it if you want to include text like '$&amp;' in your substitute without quoting.</p>
+    substitute. Use it if you want to include text like '$&#38;' in your substitute without quoting.</p>
     <p>If you are new to <a href="http://en.wikipedia.org/wiki/Regular_expressions" target="_top"><span class=
     "QUOTE">"Regular Expressions"</span></a>, you might want to take a look at the <a href=
     "appendix.html#REGEX">Appendix on regular expressions</a>, and see the <a href=