summaryrefslogtreecommitdiff
path: root/modules_v3
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2013-10-05 23:04:07 +0100
committerGreg Roach <fisharebest@gmail.com>2013-10-05 23:04:07 +0100
commit6334d2256552439edb5dda455963c97dbbe20e05 (patch)
tree0738781276395aa209779875790532c18afe18bd /modules_v3
parent8314734d76019fce4aac88a3b249cecf6ba38ab9 (diff)
downloadwebtrees-6334d2256552439edb5dda455963c97dbbe20e05.tar.gz
webtrees-6334d2256552439edb5dda455963c97dbbe20e05.tar.bz2
webtrees-6334d2256552439edb5dda455963c97dbbe20e05.zip
Revert "HTML validation"
This reverts commit 874a3308c4e4a61fc9680b16afc74eae639e52e7.
Diffstat (limited to 'modules_v3')
-rw-r--r--modules_v3/GEDFact_assistant/_CENS/js/census_5_input.js.php2
1 files changed, 2 insertions, 0 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 ed7bd26218..75f7e91116 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,6 +825,7 @@ 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) {
@@ -838,6 +839,7 @@ 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');