diff options
| author | Greg Roach <fisharebest@gmail.com> | 2013-10-05 22:38:44 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2013-10-05 22:38:44 +0100 |
| commit | 874a3308c4e4a61fc9680b16afc74eae639e52e7 (patch) | |
| tree | 590b48a8e03f08337bfbb25741be7e50af115c3a /modules_v3 | |
| parent | 07b7b026f5c2edea9f175cfa77d11fc4b9705d18 (diff) | |
| download | webtrees-874a3308c4e4a61fc9680b16afc74eae639e52e7.tar.gz webtrees-874a3308c4e4a61fc9680b16afc74eae639e52e7.tar.bz2 webtrees-874a3308c4e4a61fc9680b16afc74eae639e52e7.zip | |
HTML validation
Diffstat (limited to 'modules_v3')
| -rw-r--r-- | modules_v3/GEDFact_assistant/_CENS/js/census_5_input.js.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules_v3/GEDFact_assistant/_CENS/js/census_5_input.js.php b/modules_v3/GEDFact_assistant/_CENS/js/census_5_input.js.php index b23786ab4a..fdbcad14ba 100644 --- a/modules_v3/GEDFact_assistant/_CENS/js/census_5_input.js.php +++ b/modules_v3/GEDFact_assistant/_CENS/js/census_5_input.js.php @@ -825,7 +825,6 @@ function addRowToTable(num, pid, nam, mnam, label, gend, cond, dom, dob, age2, d for (var i=0; i<=73; i++) { cell_[i] = row.insertCell(i); cell_[i].setAttribute('id', 'col_'+i); - cell_[i].setAttribute('name', 'col_'+i); } if (iteration == 0) { @@ -839,7 +838,6 @@ function addRowToTable(num, pid, nam, mnam, label, gend, cond, dom, dob, age2, d var cell_index2 = row.insertCell(76); // Item Number (#2) cell_index2.setAttribute('id', 'index2'); - cell_index2.setAttribute('name', 'index2'); cell_index2.setAttribute('align', 'center'); |
