summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2013-09-14 23:54:34 +0100
committerGreg Roach <fisharebest@gmail.com>2013-09-14 23:54:34 +0100
commitd63c0490f6b2bed022591c900072d74d1ae374a6 (patch)
tree6210491c79c5496a44c799a5e50f7bbfc1aadf26 /includes
parentf65554ac1652d898b7bf069962ac8d562579c6e2 (diff)
downloadwebtrees-d63c0490f6b2bed022591c900072d74d1ae374a6.tar.gz
webtrees-d63c0490f6b2bed022591c900072d74d1ae374a6.tar.bz2
webtrees-d63c0490f6b2bed022591c900072d74d1ae374a6.zip
HTML validation errors
Diffstat (limited to 'includes')
-rw-r--r--includes/functions/functions_print.php2
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>';