Removed short tag

git-svn-id: https://develop.svn.wordpress.org/trunk@361 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little 2003-09-08 23:44:16 +00:00
parent 007654d05b
commit 8a0fabb3be
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ if (get_settings('use_geo_positions')) {
<label for="post_latf">Latitude:</label><input size="8" type="text" value="<?php echo $edited_lat; ?>" name="post_latf">&nbsp;
<label for="post_lonf">Longitude:</label><input size="8" type="text" value="<?php echo $edited_lon; ?>" name="post_lonf">&nbsp; <a href="http://www.geourl.org/resources.html" rel="external" >click for Geo Info</a>
<br>
<?
<?php
}
?>