diff options
author | friendica <info@friendica.com> | 2012-04-27 01:10:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-27 01:10:33 -0700 |
commit | 153534bc700e95bd3c248a1e094319dbf57ca297 (patch) | |
tree | ec3b3d087b65298ccdc0e1acd51fde9d02a805d7 /view/theme/dispy/wall_item.tpl | |
parent | f06a554e05bfc8e4556e53c0f877e2f8c2d42bcc (diff) | |
parent | 8aead9e5178616b524a59fc226394e4450c46899 (diff) | |
download | volse-hubzilla-153534bc700e95bd3c248a1e094319dbf57ca297.tar.gz volse-hubzilla-153534bc700e95bd3c248a1e094319dbf57ca297.tar.bz2 volse-hubzilla-153534bc700e95bd3c248a1e094319dbf57ca297.zip |
Merge https://github.com/friendica/friendica into pull
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> |