diff xml/en/download.xml @ 461:6135f3c95bf6

Unified markup for lists.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 27 Mar 2012 14:30:18 +0000
parents 86d441d817dd
children 5efd5404094f
line wrap: on
line diff
--- a/xml/en/download.xml
+++ b/xml/en/download.xml
@@ -155,16 +155,16 @@
 <section name="Source Code">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Read-only Subversion repository:
 <literal>svn://svn.nginx.org/nginx</literal>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://trac.nginx.org/nginx/browser">Trac source browser</link>
-</item>
+</listitem>
 
 </list>
 </para>
@@ -184,23 +184,23 @@ or the apt repository for the Debian/Ubu
 To set up the yum repository for RHEL/CentOS, choose the corresponding
 <literal>nginx-release</literal> package from the list:
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link url="http://nginx.org/packages/rhel/5/noarch/RPMS/nginx-release-rhel-5-0.el5.ngx.noarch.rpm">RHEL 5</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://nginx.org/packages/rhel/6/noarch/RPMS/nginx-release-rhel-6-0.el6.ngx.noarch.rpm">RHEL 6</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://nginx.org/packages/centos/5/noarch/RPMS/nginx-release-centos-5-0.el5.ngx.noarch.rpm">CentOS 5</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm">CentOS 6</link>
-</item>
+</listitem>
 
 </list>