From 7be816e4a378b605dfbeecbee535835b83062d44 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 5 Feb 2021 01:04:00 +0100 Subject: [PATCH] Fix a typo on a HTML closing tag Signed-off-by: William Desportes --- js/src/indexes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/indexes.js b/js/src/indexes.js index 6120a918a3..320709ea96 100644 --- a/js/src/indexes.js +++ b/js/src/indexes.js @@ -290,7 +290,7 @@ Indexes.getCompositeIndexList = function (sourceArray, colIndex) { (alreadyPresent ? 'checked="checked"' : '') + ' id="composite_index_' + i + '" value="' + i + '">' + '' + '' ); }