contact-block needs a class clear div at the end to not mess with following widgets and whitespace

This commit is contained in:
Mario Vavti 2016-08-26 19:51:39 +02:00
parent 8aee932525
commit 8f631d0693

View File

@ -1,13 +1,14 @@
<div id="contact-block" class="widget"> <div id="contact-block" class="widget">
<h3>{{$contacts}}</h3> <h3>{{$contacts}}</h3>
{{if $micropro}} {{if $micropro}}
{{if $viewconnections}} {{if $viewconnections}}
<a class="allcontact-link" href="viewconnections/{{$nickname}}">{{$viewconnections}}</a> <a class="allcontact-link" href="viewconnections/{{$nickname}}">{{$viewconnections}}</a>
{{/if}} {{/if}}
<div class='contact-block-content'> <div class='contact-block-content'>
{{foreach $micropro as $m}} {{foreach $micropro as $m}}
{{$m}} {{$m}}
{{/foreach}} {{/foreach}}
</div> </div>
{{/if}} {{/if}}
</div> </div>
<div class="clear"></div>