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,6 +1,6 @@
<div id="contact-block" class="widget">
<h3>{{$contacts}}</h3>
{{if $micropro}}
<h3>{{$contacts}}</h3>
{{if $micropro}}
{{if $viewconnections}}
<a class="allcontact-link" href="viewconnections/{{$nickname}}">{{$viewconnections}}</a>
{{/if}}
@ -9,5 +9,6 @@
{{$m}}
{{/foreach}}
</div>
{{/if}}
{{/if}}
</div>
<div class="clear"></div>