--- a/people/index.html Sun Jan 29 15:38:20 2012 +0000
+++ b/people/index.html Sun Jan 29 15:41:58 2012 +0000
@@ -73,7 +73,12 @@
<section>
<h3 id="relations-to-contact-info">Relating a person to a contact information</h3>
-<p>In order to relate a person to a contact information, such as typically found on a business card, 1. the contact information MUST be represented using <a href="http://www.w3.org/TR/vcard-rdf/" title="Representing vCard Objects in RDF">vCard</a>, and 2. the link type used between a person and a contact information MUST be <code><a href="#gldp-terms-card">gldp:card</a></code>.</p>
+<p>In order to relate a person to a contact information, such as typically found on a business card:</p>
+<ol>
+ <li>the contact information MUST be represented using <a href="http://www.w3.org/TR/vcard-rdf/" title="Representing vCard Objects in RDF">vCard</a>, and <p class="editorsnote"><a href="https://www.w3.org/2011/gld/track/issues/22">ISSUE-22</a></p>
+ </li>
+ <li>the link type used between a person and a contact information MUST be <code><a href="#gldp-terms-card">gldp:card</a></code>. <p class="editorsnote"><a href="https://www.w3.org/2011/gld/track/issues/24">ISSUE-24</a></p></li>
+</ol>
<pre class='example'>
@prefix gldp: <http://www.w3.org/ns/people#> .
@prefix : <http://colcids.com/person/> .
@@ -85,8 +90,7 @@
v:fn "Jane Doe" ;
...
</pre>
-<p class="editorsnote"><a href="https://www.w3.org/2011/gld/track/issues/22">ISSUE-22</a></p>
-<p class="editorsnote"><a href="https://www.w3.org/2011/gld/track/issues/24">ISSUE-24</a></p>
+
</section>
<section>