edited file compile coding styles
This commit is contained in:
parent
91ba0e1791
commit
ab2042f727
|
@ -43,7 +43,6 @@
|
|||
</main><!-- .entry-content -->
|
||||
<section class="xarxaprod-associat-info">
|
||||
<section class="xarxaprod-associat-contact">
|
||||
<dt> </dt>
|
||||
<ul class="xarxaprod-associat-contact-fields">
|
||||
<?php if( get_field('xxp_associat_address') ): ?>
|
||||
<li class="xarxaprod-associat-address">
|
||||
|
@ -77,7 +76,11 @@
|
|||
|
||||
<section class="xarxaprod-associat-services">
|
||||
<dt>Serveis</dt>
|
||||
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_associat_service') ); ?>
|
||||
<?php get_template_part(
|
||||
'template-parts/section',
|
||||
'list-checkbox',
|
||||
array('iterate_field' => 'xxp_associat_service')
|
||||
); ?>
|
||||
</section>
|
||||
|
||||
<section class="xarxaprod-associat-logo">
|
||||
|
|
Loading…
Reference in New Issue