diff options
author | hubzilla <git@macgirvin.com> | 2016-06-24 13:58:01 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-24 13:58:01 +1000 |
commit | bf4b698573c621e0aac3d3dbe09c41942eacfec2 (patch) | |
tree | d2757fe5f5798586c75b804f9bc96edfe82cb381 | |
parent | 096619dbbefeabb5e9414cf1df6324cda902138e (diff) | |
parent | 5162c55e5d80b34acc15bf276beccbfc2e4c8212 (diff) | |
download | volse-hubzilla-bf4b698573c621e0aac3d3dbe09c41942eacfec2.tar.gz volse-hubzilla-bf4b698573c621e0aac3d3dbe09c41942eacfec2.tar.bz2 volse-hubzilla-bf4b698573c621e0aac3d3dbe09c41942eacfec2.zip |
Merge pull request #434 from dissolve/microformats2
p-author missing from embedded h-card in items
-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> |