make <br />'s HTML-compliant
Jens Kubieziel

Jens Kubieziel commited on 2008-09-05 15:43:25
Zeige 1 geänderte Dateien mit 8 Einfügungen und 8 Löschungen.

... ...
@@ -70,19 +70,19 @@ Privoxy by hand, using the directions that follow.
70 70
 
71 71
 <p>
72 72
 Open Privoxy's "config" file (look in /etc/privoxy/ or /usr/local/etc/)
73
-and add the line <br>
74
-<tt>forward-socks4a / 127.0.0.1:9050 .</tt><br>
73
+and add the line <br />
74
+<tt>forward-socks4a / 127.0.0.1:9050 .</tt><br />
75 75
 to the top of the config file. Don't forget to add the dot at the end.
76 76
 </p>
77 77
 
78 78
 <p>Privoxy keeps a log file of everything passed through it.  In
79 79
 order to stop this you will need to comment out three lines by inserting a
80
-\# before the line. The three lines are:<br>
81
-<tt>logfile logfile</tt><br>
82
-and the line <br>
83
-<tt>jarfile jarfile</tt><br>
84
-and (on some systems) the line <br>
85
-<tt>debug 1  # show each GET/POST/CONNECT request</tt><br>
80
+\# before the line. The three lines are:<br />
81
+<tt>logfile logfile</tt><br />
82
+and the line <br />
83
+<tt>jarfile jarfile</tt><br />
84
+and (on some systems) the line <br />
85
+<tt>debug 1  # show each GET/POST/CONNECT request</tt><br />
86 86
 </p>
87 87
 
88 88
 <p>Depending on which default config file you have for Privoxy,
89 89