diff options
| author | Greg Roach <fisharebest@gmail.com> | 2013-09-14 23:54:34 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2013-09-14 23:54:34 +0100 |
| commit | d63c0490f6b2bed022591c900072d74d1ae374a6 (patch) | |
| tree | 6210491c79c5496a44c799a5e50f7bbfc1aadf26 /includes | |
| parent | f65554ac1652d898b7bf069962ac8d562579c6e2 (diff) | |
| download | webtrees-d63c0490f6b2bed022591c900072d74d1ae374a6.tar.gz webtrees-d63c0490f6b2bed022591c900072d74d1ae374a6.tar.bz2 webtrees-d63c0490f6b2bed022591c900072d74d1ae374a6.zip | |
HTML validation errors
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/functions/functions_print.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_print.php b/includes/functions/functions_print.php index 92b90574ef..6862eea484 100644 --- a/includes/functions/functions_print.php +++ b/includes/functions/functions_print.php @@ -1002,7 +1002,7 @@ function print_add_new_fact($id, $usedfacts, $type) { echo WT_I18N::translate('Fact or event'); echo help_link('add_facts'), '</td>'; echo '<td class="optionbox wrap">'; - echo '<form method="get" name="newfactform" action="" onsubmit="return false;">'; + echo '<form method="get" name="newfactform" action="#" onsubmit="return false;">'; echo '<select id="newfact" name="newfact">'; foreach ($translated_addfacts as $fact=>$fact_name) { echo '<option value="', $fact, '">', $fact_name, '</option>'; |
