File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ function hideAllResultsTabObjects () {
199199// fills the "version" tab element with the data from the claim.json passed in input
200200function 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 ) )
You can’t perform that action at this time.
0 commit comments