More XHTML fixes.

git-svn-id: https://develop.svn.wordpress.org/trunk@330 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-08-22 23:11:03 +00:00
parent 17b43dbc29
commit 2e58383631
1 changed files with 1 additions and 1 deletions

View File

@ -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";