diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-11-11 00:56:58 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-11-11 00:56:58 +0000 |
| commit | 0f21e1e20204a4b11ee738e9f0ecd697f4ba0149 (patch) | |
| tree | cad91d835750205009047a4f9e963893b20f9add /modules_v3/googlemap/placehierarchy.php | |
| parent | 1f695b56043116fbdb4afec8e48a68d83ffab5ce (diff) | |
| download | webtrees-0f21e1e20204a4b11ee738e9f0ecd697f4ba0149.tar.gz webtrees-0f21e1e20204a4b11ee738e9f0ecd697f4ba0149.tar.bz2 webtrees-0f21e1e20204a4b11ee738e9f0ecd697f4ba0149.zip | |
Use consistent style for <a href="#" onclick="foo();"> the various combinations of javascript:XXX are non-standard, and cause problems with some browsers.
Diffstat (limited to 'modules_v3/googlemap/placehierarchy.php')
| -rw-r--r-- | modules_v3/googlemap/placehierarchy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/googlemap/placehierarchy.php b/modules_v3/googlemap/placehierarchy.php index 46b2e1204b..cf74071fb0 100644 --- a/modules_v3/googlemap/placehierarchy.php +++ b/modules_v3/googlemap/placehierarchy.php @@ -261,7 +261,7 @@ function create_map($placelevels) { echo "<tr><td>\n"; echo "<form style=\"text-align:left; margin-left:5px; font:11px verdana; color:blue;\" method=\"post\" action=\"\">"; echo $list_latlon; - echo "<input type=\"submit\" name=\"Submit\" onClick=\"update_sv_params($placeid);\" value=\"", WT_I18N::translate('Save'), "\">"; + echo "<input type=\"submit\" name=\"Submit\" onclick=\"update_sv_params($placeid);\" value=\"", WT_I18N::translate('Save'), "\">"; echo "</form>"; echo "</td></tr>\n"; echo "</table>\n"; |
