aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-05 03:10:45 -0800
committerfriendica <info@friendica.com>2012-03-05 03:10:45 -0800
commit965e657c20c60cb51565dcedfe286eff0ffebfbe (patch)
tree5a3978b04694e004b44417871c0bdc05fb16831d /view/theme
parent31f192bb57c2432db2ab4e88c744ed4bb6f25fc8 (diff)
downloadvolse-hubzilla-965e657c20c60cb51565dcedfe286eff0ffebfbe.tar.gz
volse-hubzilla-965e657c20c60cb51565dcedfe286eff0ffebfbe.tar.bz2
volse-hubzilla-965e657c20c60cb51565dcedfe286eff0ffebfbe.zip
$name appearing on testbubble items
Diffstat (limited to 'view/theme')
-rwxr-xr-xview/theme/testbubble/wall_item.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/testbubble/wall_item.tpl b/view/theme/testbubble/wall_item.tpl
index 190e06a8a..44491d967 100755
--- a/view/theme/testbubble/wall_item.tpl
+++ b/view/theme/testbubble/wall_item.tpl
@@ -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>