Remove extra ' from map modal

This commit is contained in:
Mike Koch 2016-11-16 15:56:47 -05:00
parent 267afc8c21
commit c560fc74dd

View File

@ -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>