Removed short tag

git-svn-id: http://svn.automattic.com/wordpress/trunk@361 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
mikelittle 2003-09-08 23:44:16 +00:00
parent 890ebe2283
commit 2cc9c25c82

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
}
?>