More XHTML fixes.

git-svn-id: http://svn.automattic.com/wordpress/trunk@330 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-08-22 23:11:03 +00:00
parent cbe9acb9c4
commit 6e900886f3
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";