# HG changeset patch # User Sebastien Jodogne # Date 1687168204 -7200 # Node ID 4718452c4909c1299beb4c46a430863253143d12 # Parent b43a3f0b57b2414f336cc4bf1d3cba15d7633d04 typo diff -r b43a3f0b57b2 -r 4718452c4909 OrthancServer/OrthancExplorer/explorer.js --- a/OrthancServer/OrthancExplorer/explorer.js Fri Jun 16 09:27:17 2023 +0200 +++ b/OrthancServer/OrthancExplorer/explorer.js Mon Jun 19 11:50:04 2023 +0200 @@ -1363,7 +1363,7 @@ href: '#', rel: 'close', text: name - }) + }); liElement.append(aElement); items.append(liElement);