diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-25 15:14:20 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-25 15:14:20 -0800 |
commit | 192e85ffa45916ea631ac3c2c59dc264249f537e (patch) | |
tree | b24e8610a19ec757ae4e44a1ab5b914dc87312d1 /view/tpl/event.tpl | |
parent | b33420179712c0ba5dce484e63e7a9a0201daab1 (diff) | |
parent | 3ea84d7eab20947ac52dc7e6c205252f0a76c047 (diff) | |
download | volse-hubzilla-192e85ffa45916ea631ac3c2c59dc264249f537e.tar.gz volse-hubzilla-192e85ffa45916ea631ac3c2c59dc264249f537e.tar.bz2 volse-hubzilla-192e85ffa45916ea631ac3c2c59dc264249f537e.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/tpl/event.tpl')
-rwxr-xr-x | view/tpl/event.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/event.tpl b/view/tpl/event.tpl index c1793c3e7..3fc2063ef 100755 --- a/view/tpl/event.tpl +++ b/view/tpl/event.tpl @@ -2,7 +2,7 @@ <div class="event-wrapper"> <div class="event"> <div class="event-owner"> - {{if $event.item.author.xchan_name}}<a href="{{$event.item.author.xchan_url}}" ><img src="{{$event.item.author.xchan_photo_s}}" height="64" width="64" />{{$event.item.author.xchan_name}}</a>{{/if}} + {{if $event.item.author.xchan_name}}<a href="{{$event.item.author.xchan_url}}" ><img src="{{$event.item.author.xchan_photo_s}}">{{$event.item.author.xchan_name}}</a>{{/if}} </div> {{$event.html}} <div class="event-buttons"> |