diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-10-11 15:42:52 +0100 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-10-11 15:42:52 +0100 |
commit | d54d62b601d27788c04a149f6fe28d448a466966 (patch) | |
tree | f274f7325dc1ac684c76151bf10fb12d7598af8d | |
parent | d132646915a3cf500215e7323b29a3e26670be10 (diff) | |
parent | 2ddd022540a5212fa61a912becd3bacdf1ab6a7b (diff) | |
download | volse-hubzilla-d54d62b601d27788c04a149f6fe28d448a466966.tar.gz volse-hubzilla-d54d62b601d27788c04a149f6fe28d448a466966.tar.bz2 volse-hubzilla-d54d62b601d27788c04a149f6fe28d448a466966.zip |
Merge branch 'master' of https://github.com/friendica/red
-rwxr-xr-x | view/tpl/viewcontact_template.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/viewcontact_template.tpl b/view/tpl/viewcontact_template.tpl index 18fed6bb4..cde24525c 100755 --- a/view/tpl/viewcontact_template.tpl +++ b/view/tpl/viewcontact_template.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper generic-content-wrapper-styled"> <h3>{{$title}}</h3> {{foreach $contacts as $contact}} @@ -5,5 +6,5 @@ {{/foreach}} <div id="view-contact-end"></div> - {{$paginate}} +</div> |