$name appearing on testbubble items

This commit is contained in:
friendica 2012-03-05 03:10:45 -08:00
parent 31f192bb57
commit 965e657c20
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
</div>
<div class="wall-item-author">
<a href="$item.profile_url" title="$item.linktitle" class="wall-item-name-link"><span class="wall-item-name$item.sparkle" id="wall-item-name-$item.id" >$name</span></a>
<a href="$item.profile_url" title="$item.linktitle" class="wall-item-name-link"><span class="wall-item-name$item.sparkle" id="wall-item-name-$item.id" >$item.name</span></a>
<div class="wall-item-ago" id="wall-item-ago-$item.id">$item.ago</div>
</div>