Remove extra ' from map modal
This commit is contained in:
parent
267afc8c21
commit
c560fc74dd
@ -1369,7 +1369,7 @@ function hesk_getAdminButtons($category_id)
|
|||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<?php if ($hasLocation): ?>
|
<?php if ($hasLocation): ?>
|
||||||
' <div id="map" style="height: 500px"></div><br>
|
<div id="map" style="height: 500px"></div><br>
|
||||||
<address id="friendly-location" style="font-size: 13px"></address>
|
<address id="friendly-location" style="font-size: 13px"></address>
|
||||||
<p id="save-for-address"
|
<p id="save-for-address"
|
||||||
style="font-size: 13px;display:none"><?php echo $hesklang['save_to_see_updated_address']; ?></p>
|
style="font-size: 13px;display:none"><?php echo $hesklang['save_to_see_updated_address']; ?></p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user