<pre> implicitly closes <p>, fix it for rpms
Sebastian Hahn

Sebastian Hahn commited on 2012-08-24 15:52:13
Zeige 1 geänderte Dateien mit 4 Einfügungen und 2 Löschungen.

... ...
@@ -24,6 +24,7 @@
24 24
     You'll need to set up our package repository before you can fetch
25 25
     Tor.  Assuming yum, in /etc/yum.repos.d/, create a file called
26 26
     torproject.repo.  Edit this file with the following information:
27
+    </p>
27 28
 <pre>[tor-experimental]
28 29
 name=Tor experimental repo
29 30
 enabled=1
... ...
@@ -39,9 +40,10 @@ baseurl=http://deb.torproject.org/torproject.org/rpm/DISTRIBUTION/SRPMS
39 40
 gpgcheck=1
40 41
 gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.asc
41 42
 </pre>
42
-    
43
+    <p>
43 44
     If you wish to track the experimental releases of Tor, you should substitute
44
-    DISTRIBUTION with one of the following: el/5, el/6, fc/16 and fc/17</p>
45
+    DISTRIBUTION with one of the following: el/5, el/6, fc/16 and fc/17
46
+    </p>
45 47
 
46 48
     <p>
47 49
     Then install Tor by running:
48 50