summaryrefslogtreecommitdiff
path: root/modules_v3
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2013-10-05 22:07:21 +0100
committerGreg Roach <fisharebest@gmail.com>2013-10-05 22:07:21 +0100
commit25c9518ec3640804c585c9e89dc07afc351e83c8 (patch)
tree18c3bdb07949da12206b7068898ddd38d4a6604d /modules_v3
parent025cf7df5d857ea02bdaa60392bfe12ac7ebc143 (diff)
downloadwebtrees-25c9518ec3640804c585c9e89dc07afc351e83c8.tar.gz
webtrees-25c9518ec3640804c585c9e89dc07afc351e83c8.tar.bz2
webtrees-25c9518ec3640804c585c9e89dc07afc351e83c8.zip
HTML validation
Diffstat (limited to 'modules_v3')
-rw-r--r--modules_v3/GEDFact_assistant/_CENS/census_2_source_input.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules_v3/GEDFact_assistant/_CENS/census_2_source_input.php b/modules_v3/GEDFact_assistant/_CENS/census_2_source_input.php
index 8423887890..9322f73973 100644
--- a/modules_v3/GEDFact_assistant/_CENS/census_2_source_input.php
+++ b/modules_v3/GEDFact_assistant/_CENS/census_2_source_input.php
@@ -1034,9 +1034,9 @@ if (!defined('WT_WEBTREES')) {
<div class="cens_sour_country">
<span><?php echo WT_I18N::translate('Country'); ?><br></span>
<select id="censCtry" name="censCtry" >
- <option id="UKOPT" name="UKOPT" value="UK">UK</option>
- <option id="USOPT" name="USOPT" value="USA">USA</option>
- <option id="FROPT" name="FROPT" value="FR">FR</option>
+ <option id="UKOPT" value="UK">UK</option>
+ <option id="USOPT" value="USA">USA</option>
+ <option id="FROPT" value="FR">FR</option>
</select>
<script>
@@ -1110,7 +1110,7 @@ if (!defined('WT_WEBTREES')) {
<div class="cens_sour_year">
<span><?php echo WT_I18N::translate('Year'); ?><br></span>
- <select style = "background:#ffaaaa;";
+ <select style = "background:#ffaaaa;"
onchange = "if (this.options[this.selectedIndex].value!='') {
changeYear(this.options[this.selectedIndex].value);
}"