From 8f631d069389c683ba56c7ad618d37cc77dc4faf Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 26 Aug 2016 19:51:39 +0200 Subject: contact-block needs a class clear div at the end to not mess with following widgets and whitespace --- view/tpl/contact_block.tpl | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/contact_block.tpl b/view/tpl/contact_block.tpl index 6a29abaef..580a8a41c 100755 --- a/view/tpl/contact_block.tpl +++ b/view/tpl/contact_block.tpl @@ -1,13 +1,14 @@
-

{{$contacts}}

-{{if $micropro}} - {{if $viewconnections}} - {{$viewconnections}} - {{/if}} -
- {{foreach $micropro as $m}} - {{$m}} - {{/foreach}} -
-{{/if}} +

{{$contacts}}

+ {{if $micropro}} + {{if $viewconnections}} + {{$viewconnections}} + {{/if}} +
+ {{foreach $micropro as $m}} + {{$m}} + {{/foreach}} +
+ {{/if}}
+
-- cgit v1.2.3