mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 14:35:07 +00:00
More XHTML fixes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@330 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
cbe9acb9c4
commit
6e900886f3
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user