[or-cvs] r16763: {website} make <br />'s HTML-compliant (website/trunk/docs/en)
qbi at seul.org
qbi at seul.org
Fri Sep 5 13:43:25 UTC 2008
Author: qbi
Date: 2008-09-05 09:43:25 -0400 (Fri, 05 Sep 2008)
New Revision: 16763
Modified:
website/trunk/docs/en/tor-doc-unix.wml
Log:
make <br />'s HTML-compliant
Modified: website/trunk/docs/en/tor-doc-unix.wml
===================================================================
--- website/trunk/docs/en/tor-doc-unix.wml 2008-09-05 13:41:16 UTC (rev 16762)
+++ website/trunk/docs/en/tor-doc-unix.wml 2008-09-05 13:43:25 UTC (rev 16763)
@@ -70,19 +70,19 @@
<p>
Open Privoxy's "config" file (look in /etc/privoxy/ or /usr/local/etc/)
-and add the line <br>
-<tt>forward-socks4a / 127.0.0.1:9050 .</tt><br>
+and add the line <br />
+<tt>forward-socks4a / 127.0.0.1:9050 .</tt><br />
to the top of the config file. Don't forget to add the dot at the end.
</p>
<p>Privoxy keeps a log file of everything passed through it. In
order to stop this you will need to comment out three lines by inserting a
-\# before the line. The three lines are:<br>
-<tt>logfile logfile</tt><br>
-and the line <br>
-<tt>jarfile jarfile</tt><br>
-and (on some systems) the line <br>
-<tt>debug 1 # show each GET/POST/CONNECT request</tt><br>
+\# before the line. The three lines are:<br />
+<tt>logfile logfile</tt><br />
+and the line <br />
+<tt>jarfile jarfile</tt><br />
+and (on some systems) the line <br />
+<tt>debug 1 # show each GET/POST/CONNECT request</tt><br />
</p>
<p>Depending on which default config file you have for Privoxy,
More information about the tor-commits
mailing list