aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2014-10-11 15:42:52 +0100
committerThomas Willingham <beardyunixer@beardyunixer.com>2014-10-11 15:42:52 +0100
commitd54d62b601d27788c04a149f6fe28d448a466966 (patch)
treef274f7325dc1ac684c76151bf10fb12d7598af8d
parentd132646915a3cf500215e7323b29a3e26670be10 (diff)
parent2ddd022540a5212fa61a912becd3bacdf1ab6a7b (diff)
downloadvolse-hubzilla-d54d62b601d27788c04a149f6fe28d448a466966.tar.gz
volse-hubzilla-d54d62b601d27788c04a149f6fe28d448a466966.tar.bz2
volse-hubzilla-d54d62b601d27788c04a149f6fe28d448a466966.zip
Merge branch 'master' of https://github.com/friendica/red
-rwxr-xr-xview/tpl/viewcontact_template.tpl3
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>