mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
More XHTML fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@330 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -363,7 +363,7 @@ function print_UrlPopNav() {
|
||||
<select name="site" size="1" onchange="formHandler(this.form);" >'."\n";
|
||||
echo '<option value=".">Sites referencing '.get_Lat().' x '.get_Lon()."\n";
|
||||
foreach($sites as $site) {
|
||||
echo '\t<option value="'.$site[0].'">'.$site[1]."</option>\n";
|
||||
echo "\t".'<option value="'.$site[0].'">'.$site[1]."</option>\n";
|
||||
}
|
||||
echo '</select>
|
||||
</form>'."\n";
|
||||
|
||||
Reference in New Issue
Block a user