Fix typo
This commit is contained in:
parent
5cf9d92fca
commit
21515e4efb
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php $locations = get_field( 'orte' ); ?>
|
<?php $locations = get_field( 'orte' ); ?>
|
||||||
<?php if ( $location ) : ?>
|
<?php if ( $locations ) : ?>
|
||||||
<div class="post-meta">
|
<div class="post-meta">
|
||||||
<div class='map' style='height:300px; margin-bottom: 1.6842em' id='map-<?php echo $id ?>-multiple'></div>
|
<div class='map' style='height:300px; margin-bottom: 1.6842em' id='map-<?php echo $id ?>-multiple'></div>
|
||||||
<script type='text/javascript'>
|
<script type='text/javascript'>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue