Fix a typo on a HTML closing tag
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
2cac456ce2
commit
7be816e4a3
@ -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>'
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user