Skip to content

Commit

Permalink
bugfix, forgotten closing >
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-brancotte committed May 6, 2021
1 parent 5a8e4b0 commit 19b3ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tree-edam-stand-alone.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ function interactive_edam_browser(){
details += '</span>';
details += '</h4>';
details += '</div>';
details += '<div id="collapse-'+identifier+'" '+(collapsed?'class="panel-collapse collapse">':'');
details += '<div id="collapse-'+identifier+'" '+(collapsed?'class="panel-collapse collapse"':'')+ '>';
details += '<div class="panel-body border-edam-'+branch_of_term+'"><table class="table table-condensed xborder-edam-'+branch_of_term+'"><tbody class="details"></tbody></table><table class="table table-condensed xborder-edam-'+branch_of_term+'"><tbody class="community"></tbody></table></div>';
details += '</div>';
details += '</div>';
Expand Down

0 comments on commit 19b3ff3

Please sign in to comment.