Make WordPress Core


Ignore:
Timestamp:
08/23/2003 06:03:38 AM (22 years ago)
Author:
saxmatt
Message:

Final (hopefully) XHTML fixes to geo code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2-include/b2template.functions.php

    r330 r332  
    360360                         'Maptech near here')
    361361                  );
    362     echo '<form name="form">
     362    echo '<form action=""><div>
    363363<select name="site" size="1" onchange="formHandler(this.form);" >'."\n";
    364     echo '<option value=".">Sites referencing '.get_Lat().' x '.get_Lon()."\n";
     364    echo '<option value=".">Sites referencing '.get_Lat().' x '.get_Lon()."</option>\n";
    365365    foreach($sites as $site) {
    366366        echo "\t".'<option value="'.$site[0].'">'.$site[1]."</option>\n";
    367367    }
    368     echo '</select>
     368    echo '</select></div>
    369369</form>'."\n";
    370370}
Note: See TracChangeset for help on using the changeset viewer.