forked from hans/Nominatim
query the last updated timestamp only if output format is HTML
This commit is contained in:
committed by
Sarah Hoffmann
parent
5b4c7b7f7e
commit
83ce6e12e7
@@ -9,7 +9,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="last-updated" class="col-xs-4 text-center">
|
||||
<?php if ($sDataDate){ ?>
|
||||
<?php if (isset($sDataDate)){ ?>
|
||||
Data last updated:
|
||||
<br>
|
||||
<?php echo $sDataDate; ?>
|
||||
|
||||
Reference in New Issue
Block a user