Author: sebastian Date: 2012-08-24 13:52:13 +0000 (Fri, 24 Aug 2012) New Revision: 25769
Modified: website/trunk/docs/en/rpms.wml Log: <pre> implicitly closes <p>, fix it for rpms
Modified: website/trunk/docs/en/rpms.wml =================================================================== --- website/trunk/docs/en/rpms.wml 2012-08-24 13:52:06 UTC (rev 25768) +++ website/trunk/docs/en/rpms.wml 2012-08-24 13:52:13 UTC (rev 25769) @@ -24,6 +24,7 @@ You'll need to set up our package repository before you can fetch Tor. Assuming yum, in /etc/yum.repos.d/, create a file called torproject.repo. Edit this file with the following information: + </p> <pre>[tor-experimental] name=Tor experimental repo enabled=1 @@ -39,10 +40,11 @@ gpgcheck=1 gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.asc </pre> - + <p> If you wish to track the experimental releases of Tor, you should substitute - DISTRIBUTION with one of the following: el/5, el/6, fc/16 and fc/17</p> - + DISTRIBUTION with one of the following: el/5, el/6, fc/16 and fc/17 + </p> + <p> Then install Tor by running: </p>
tor-commits@lists.torproject.org