diff options
author | zottel <github@zottel.net> | 2012-04-27 23:05:38 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-04-27 23:05:38 +0200 |
commit | edc7e571b710d0ce24587c529d6e51ee7781d638 (patch) | |
tree | 2a29b5ae519bb9fc699f9c26b9f1d5359a8fb105 /view/theme/dispy/wall_item.tpl | |
parent | 17aba3033ff050a031ae578f0351db3da29ecbb7 (diff) | |
parent | a632f03531faafe7cd16b67f4895a6a0f35e0102 (diff) | |
download | volse-hubzilla-edc7e571b710d0ce24587c529d6e51ee7781d638.tar.gz volse-hubzilla-edc7e571b710d0ce24587c529d6e51ee7781d638.tar.bz2 volse-hubzilla-edc7e571b710d0ce24587c529d6e51ee7781d638.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/dispy/wall_item.tpl')
-rw-r--r-- | view/theme/dispy/wall_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/wall_item.tpl b/view/theme/dispy/wall_item.tpl index 52af07532..35e65f397 100644 --- a/view/theme/dispy/wall_item.tpl +++ b/view/theme/dispy/wall_item.tpl @@ -40,7 +40,7 @@ </ul><br style="clear:left;" /> <ul class="wall-item-subtools2"> {{ if $item.filer }} - <li><a href="#" id="filer-$item.id" onclick="itemFiler($item.id); return false;" class="filer-item icon file-as" title="$item.star.filer"></a></li> + <li><a href="#" id="filer-$item.id" onclick="itemFiler($item.id); return false;" class="filer-item icon file-as" title="$item.filer"></a></li> {{ endif }} {{ if $item.plink }} <li class="wall-item-links-wrapper"><a href="$item.plink.href" title="$item.plink.title" target="external-link" class="icon remote-link"></a></li> |