Fix a typo on a HTML closing tag

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-02-05 01:04:00 +01:00
parent 2cac456ce2
commit 7be816e4a3
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -290,7 +290,7 @@ Indexes.getCompositeIndexList = function (sourceArray, colIndex) {
(alreadyPresent ? 'checked="checked"' : '') +
' id="composite_index_' + i + '" value="' + i + '">' +
'<label for="composite_index_' + i + '">' + columnNames.join(', ') +
'</lablel>' +
'</label>' +
'</li>'
);
}