diff options
author | Simon <simon@kisikew.org> | 2012-04-26 23:36:11 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-04-26 23:36:11 -0700 |
commit | 8aead9e5178616b524a59fc226394e4450c46899 (patch) | |
tree | a38ab98d370a25436297508aa0863354af4931a5 /view/theme/dispy/wall_item.tpl | |
parent | a1f94ac59f677c61e97facb2835883191a9e48af (diff) | |
parent | b936e3a18ae766ffa26c6b119a0bb639b0c5fd5b (diff) | |
download | volse-hubzilla-8aead9e5178616b524a59fc226394e4450c46899.tar.gz volse-hubzilla-8aead9e5178616b524a59fc226394e4450c46899.tar.bz2 volse-hubzilla-8aead9e5178616b524a59fc226394e4450c46899.zip |
Merge pull request #270 from simonlnu/master
fix 2 issues
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> |