[or-cvs] r16011: <img> is inline and should be sourrended by a block level el (website/trunk/docs/en)

qbi at seul.org qbi at seul.org
Thu Jul 17 11:05:30 UTC 2008


Author: qbi
Date: 2008-07-17 07:05:30 -0400 (Thu, 17 Jul 2008)
New Revision: 16011

Modified:
   website/trunk/docs/en/tor-doc-osx.wml
Log:
<img> is inline and should be sourrended by a block level element.


Modified: website/trunk/docs/en/tor-doc-osx.wml
===================================================================
--- website/trunk/docs/en/tor-doc-osx.wml	2008-07-17 10:57:52 UTC (rev 16010)
+++ website/trunk/docs/en/tor-doc-osx.wml	2008-07-17 11:05:30 UTC (rev 16011)
@@ -40,9 +40,9 @@
 screenshot of the setup page:
 </p>
 
-<img alt="tor installer splash page"
+<p><img alt="tor installer splash page"
 src="../img/screenshot-osx-installer-splash.png"
-border="1">
+border="1"></p>
 
 <p>When the installer is finished, you can start Vidalia by selecting its icon
 from your Applications folder. A dark onion with a red X in your dock means
@@ -53,9 +53,9 @@
 <p>When Tor is running, Vidalia's dock icon will look like the following:
 </p>
 
-<img alt="vidalia running tor"
+<p><img alt="vidalia running tor"
 src="../img/screenshot-osx-vidalia.png"
-border="1">
+border="1"></p>
 
 <p>Privoxy is installed as part of the Tor bundle package
 installer. Once it is installed, it will start automatically when your
@@ -77,12 +77,10 @@
 restart your Firefox, click on the red "Tor Disabled" toggle button to
 turn Tor on, and you're all set: </p>
 
-<img alt="Torbutton plugin for Firefox"
+<p><img alt="Torbutton plugin for Firefox"
 src="../img/screenshot-torbutton.png"
-border="1">
+border="1"></p>
 
-<br />
-
 <p>
 (<a href="https://torbutton.torproject.org/">Learn more about
 Torbutton here</a>.
@@ -99,18 +97,17 @@
 Network Settings. Select your Network Preferences from the Apple |
 Location menu:</p>
 
-<img alt="Network settings"
+<p><img alt="Network settings"
 src="../img/screenshot-osx-choose-network.png"
-border="1">
+border="1"></p>
 
 <p>Select the Network Interface on which you want to enable Tor. If you use
 more than one Interface you must change the proxy settings for each
 individually.</p>
 
-<img alt="Network preferences"
+<p><img alt="Network preferences"
 src="../img/screenshot-osx-choose-interface.png"
-border="1">
-<br /><br />
+border="1"></p>
 
 <p>Select and enter 127.0.0.1 and port 8118 for both
 Web Proxy (HTTP) and your Secure Web Proxy (HTTPS).
@@ -119,9 +116,9 @@
 note</a> about Tor and ftp proxies. Leave your Use Passive FTP Mode
 (PASV) setting as is.</p>
 
-<img alt="Proxy settings"
+<p><img alt="Proxy settings"
 src="../img/screenshot-osx-proxy-settings.png"
-border="1">
+border="1"></p>
 
 <p>Using privoxy is <strong>necessary</strong> because <a
 href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">browsers



More information about the tor-commits mailing list