Skip to content

Commit 23be5d2

Browse files
committed
Update index.js
1 parent 3a59a6a commit 23be5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ function hideAllResultsTabObjects () {
199199
// fills the "version" tab element with the data from the claim.json passed in input
200200
function fillVersionsElement (input, element) {
201201
$(element).empty()
202-
$('<colgroup><col><col></colgroup><thead><tr><th scope="col" data-label="Component">Component</th>'+
202+
$('<colgroup><col><col></colgroup><thead><tr><th scope="col" data-label="Component">Component</th>' +
203203
'<th scope="col" data-label="Version">Version</th></tr></thead><tbody>').appendTo($(element))
204204
for (const key in input) {
205205
$('<tr><td data-label="Component"><b>' + key + '</b></td><td data-label="Version">' + input[key] + '</td></tr>').appendTo($(element))

0 commit comments

Comments
 (0)