updated the hcard fixture, because the old one is not actually representive of what we are using

This commit is contained in:
maxwell 2010-10-16 11:16:33 -07:00
parent 13a2464484
commit 27bbbafe04

View file

@ -10,14 +10,13 @@
</dd> </dd>
</dl> </dl>
<dl class="entity_given_name"> <dl class="entity_given_name">
<dt>Full name</dt> <dt>First name</dt>
<dd> <dd>
<span class="given_name" >Alexander</span> <span class="given_name" >Alexander</span>
</dd> </dd>
</dl> </dl>
<dl class="entity_family_name"> <dl class="entity_family_name">
<dt>Full name</dt> <dt>Family name</dt>
<dd> <dd>
<span class="family_name" >Hamiltom</span> <span class="family_name" >Hamiltom</span>
</dd> </dd>
@ -34,11 +33,17 @@
<a href="http://tom.joindiaspora.com/" rel="me" id="pod_location" class="url">http://tom.joindiaspora.com/</a> <a href="http://tom.joindiaspora.com/" rel="me" id="pod_location" class="url">http://tom.joindiaspora.com/</a>
</dd> </dd>
</dl> </dl>
<dl class="entity_photo">
<dt>Photo</dt>
<dd>
<img class="photo avatar" src="http://tom.joindiaspora.com/images/user/tom.jpg" width="100" height="100"/>
</dd>
</dl>
<dl class="entity_note"> <dl class="entity_note">
<dt>Note</dt> <dt>Note</dt>
<dd class="note">Diaspora is awesome! vi is better than emacs!</dd> <dd class="note">Diaspora is awesome! vi is better than emacs!</dd>
</dl> </dl>
</div> </div>
</div> </div>
</div> </div>