diff options
author | friendica <info@friendica.com> | 2014-10-10 14:12:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-10 14:12:03 -0700 |
commit | 82d4d156ead2c85fe2c4af9da49837d53ebb3438 (patch) | |
tree | cc9979512081a6ac80dd6e8fde368799571c379b /view/tpl/profile_entry.tpl | |
parent | 0991a5a494efcd1357e37a1144feb30b586ad891 (diff) | |
parent | f8aabd376b563b7f336f944458b84289ef2954b3 (diff) | |
download | volse-hubzilla-82d4d156ead2c85fe2c4af9da49837d53ebb3438.tar.gz volse-hubzilla-82d4d156ead2c85fe2c4af9da49837d53ebb3438.tar.bz2 volse-hubzilla-82d4d156ead2c85fe2c4af9da49837d53ebb3438.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/profile_entry.tpl')
-rwxr-xr-x | view/tpl/profile_entry.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/profile_entry.tpl b/view/tpl/profile_entry.tpl index 709730a47..ab81a7fbc 100755 --- a/view/tpl/profile_entry.tpl +++ b/view/tpl/profile_entry.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <div class="profile-listing" > <div class="profile-listing-photo-wrapper" > <a href="profiles/{{$id}}" class="profile-listing-edit-link"><img class="profile-listing-photo" id="profile-listing-photo-{{$id}}" src="{{$photo}}" alt="{{$alt}}" /></a> @@ -7,3 +8,4 @@ <div class="profile-listing-visible">{{$visible}}</div> </div> <div class="profile-listing-end"></div> +</div> |