[tor-commits] r25393: {website} the whitespace in the tt tags appears to actually get onto t (website/trunk/projects/en)
Roger Dingledine
arma at torproject.org
Fri Feb 10 09:59:54 UTC 2012
Author: arma
Date: 2012-02-10 09:59:54 +0000 (Fri, 10 Feb 2012)
New Revision: 25393
Modified:
website/trunk/projects/en/obfsproxy-instructions.wml
Log:
the whitespace in the tt tags appears to actually get onto the page
Modified: website/trunk/projects/en/obfsproxy-instructions.wml
===================================================================
--- website/trunk/projects/en/obfsproxy-instructions.wml 2012-02-10 07:21:37 UTC (rev 25392)
+++ website/trunk/projects/en/obfsproxy-instructions.wml 2012-02-10 09:59:54 UTC (rev 25393)
@@ -47,7 +47,8 @@
<tt>$ git clone https://git.torproject.org/obfsproxy.git</tt> <br>
The above command should create and populate a directory named
- 'obfsproxy' in your current directory. </p>
+ 'obfsproxy' in your current directory.
+ </p>
<p>
Compile obfsproxy: <br>
@@ -84,9 +85,9 @@
</p>
<p>
- <tt> UseBridges 1 </tt> <br>
- <tt> Bridge obfs2 128.31.0.34:1051 </tt> <br>
- <tt> ClientTransportPlugin obfs2 exec /usr/local/bin/obfsproxy --managed </tt>
+ <tt>UseBridges 1</tt> <br>
+ <tt>Bridge obfs2 128.31.0.34:1051</tt> <br>
+ <tt>ClientTransportPlugin obfs2 exec /usr/local/bin/obfsproxy --managed</tt>
</p>
<p>
@@ -117,7 +118,7 @@
</p>
<p>
- <tt> ServerTransportPlugin obfs2 exec /usr/local/bin/obfsproxy --managed </tt>
+ <tt>ServerTransportPlugin obfs2 exec /usr/local/bin/obfsproxy --managed</tt>
</p>
<p>
More information about the tor-commits
mailing list