aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/profile_entry.tpl
diff options
context:
space:
mode:
authorPaolo T <tuscanhobbit@users.noreply.github.com>2014-10-12 09:07:35 +0200
committerPaolo T <tuscanhobbit@users.noreply.github.com>2014-10-12 09:07:35 +0200
commit44c4c9c5c271a5ad163a089b1dc271d108a59700 (patch)
treec1376be525c85ab799f213ed79648d8c478da3d0 /view/tpl/profile_entry.tpl
parent29faf955f6ce35af747d867133b3cb09e79ba675 (diff)
parentfd00a24957fdb9413523b19a014658a0cc87b4bf (diff)
downloadvolse-hubzilla-44c4c9c5c271a5ad163a089b1dc271d108a59700.tar.gz
volse-hubzilla-44c4c9c5c271a5ad163a089b1dc271d108a59700.tar.bz2
volse-hubzilla-44c4c9c5c271a5ad163a089b1dc271d108a59700.zip
Merge pull request #4 from friendica/master
Fast forward local hub
Diffstat (limited to 'view/tpl/profile_entry.tpl')
-rwxr-xr-xview/tpl/profile_entry.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/profile_entry.tpl b/view/tpl/profile_entry.tpl
index cc0f3477c..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,4 +8,4 @@
<div class="profile-listing-visible">{{$visible}}</div>
</div>
<div class="profile-listing-end"></div>
-
+</div>