consistent quotes in vcard

This commit is contained in:
Friendika 2011-08-18 01:15:48 -07:00
parent 69b7c2f0be
commit 78e1f86110
1 changed files with 2 additions and 2 deletions

View File

@ -939,10 +939,10 @@ function profile_sidebar($profile, $block = 0) {
<img class="photo avatar" height="50px" width="50px" src="$photo50"> <img class="photo avatar" height="50px" width="50px" src="$photo50">
</dd> </dd>
</dl> </dl>
<dl class='entity_searchable'> <dl class="entity_searchable">
<dt>Searchable</dt> <dt>Searchable</dt>
<dd> <dd>
<span class='searchable'>$searchable</span> <span class="searchable">$searchable</span>
</dd> </dd>
</dl> </dl>
</div> </div>