diff options
author | Ben Roberts <ben@thatmustbe.me> | 2016-06-23 23:46:02 -0400 |
---|---|---|
committer | Ben Roberts <ben@thatmustbe.me> | 2016-06-23 23:46:02 -0400 |
commit | 5162c55e5d80b34acc15bf276beccbfc2e4c8212 (patch) | |
tree | d2757fe5f5798586c75b804f9bc96edfe82cb381 /view/tpl | |
parent | 096619dbbefeabb5e9414cf1df6324cda902138e (diff) | |
download | volse-hubzilla-5162c55e5d80b34acc15bf276beccbfc2e4c8212.tar.gz volse-hubzilla-5162c55e5d80b34acc15bf276beccbfc2e4c8212.tar.bz2 volse-hubzilla-5162c55e5d80b34acc15bf276beccbfc2e4c8212.zip |
p-author missing from embedded h-card in items
Diffstat (limited to 'view/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 9c879e109..8413c0e08 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -20,7 +20,7 @@ {{/if}} <div class="wall-item-head"> <div class="wall-item-info" id="wall-item-info-{{$item.id}}" > - <div class="wall-item-photo-wrapper{{if $item.owner_url}} wwfrom{{/if}} h-card" id="wall-item-photo-wrapper-{{$item.id}}"> + <div class="wall-item-photo-wrapper{{if $item.owner_url}} wwfrom{{/if}} h-card p-author" id="wall-item-photo-wrapper-{{$item.id}}"> <a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-photo-link u-url" id="wall-item-photo-link-{{$item.id}}"><img src="{{$item.thumb}}" class="wall-item-photo{{$item.sparkle}} u-photo p-name" id="wall-item-photo-{{$item.id}}" alt="{{$item.name}}" /></a> </div> <div class="wall-item-photo-end" style="clear:both"></div> |