diff options
author | friendica <info@friendica.com> | 2014-09-13 16:09:07 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-13 16:09:07 -0700 |
commit | 5f4bcc4ef2b8f9cb2fd4a1f191f5f8465c194d63 (patch) | |
tree | 9331eef0220ee70d662e848face0db1d44496ee7 /view/tpl/conv_item.tpl | |
parent | 0350b76d851977ccd6eed4278738346f0febbf96 (diff) | |
parent | 969f2530ccbd1586b6286f51159398ce0c88f4ca (diff) | |
download | volse-hubzilla-5f4bcc4ef2b8f9cb2fd4a1f191f5f8465c194d63.tar.gz volse-hubzilla-5f4bcc4ef2b8f9cb2fd4a1f191f5f8465c194d63.tar.bz2 volse-hubzilla-5f4bcc4ef2b8f9cb2fd4a1f191f5f8465c194d63.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rwxr-xr-x | view/tpl/conv_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index bfa62f1b7..8607b8ee8 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -15,7 +15,7 @@ <div class="wall-item-photo-end" style="clear:both"></div> </div> {{if $item.title}} - <div class="wall-item-title" id="wall-item-title-{{$item.id}}"><h3>{{$item.title}}</h3></div> + <div class="wall-item-title" id="wall-item-title-{{$item.id}}"><h3>{{if $item.plink}}<a href="{{$item.plink.href}}" title="{{$item.title}} ({{$item.plink.title}})">{{/if}}{{$item.title}}{{if $item.plink}}</a>{{/if}}</h3></div> {{/if}} {{if $item.lock}} <div class="wall-item-lock dropdown"> |