Remove extra ' from map modal

merge-requests/28/head
Mike Koch 8 years ago
parent 267afc8c21
commit c560fc74dd

@ -1369,7 +1369,7 @@ function hesk_getAdminButtons($category_id)
</div>
<div class="modal-body">
<?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>
<p id="save-for-address"
style="font-size: 13px;display:none"><?php echo $hesklang['save_to_see_updated_address']; ?></p>

Loading…
Cancel
Save