Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/HL7/fhir-ig-publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Jan 30, 2024
2 parents cf13532 + 4763007 commit 13733a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ else if (!tx.hasDescription())
b.append(new XhtmlComposer(true, true).compose(x));
}
if (tx.hasValueSet()) {
b.append("<div><code>"+Utilities.escapeXml(tx.getValueSet())+"</code><button title=\"Click to copy URL\" class=\"btn-copy\" data-clipboard-text=\""+Utilities.escapeXml(tx.getValueSet())+"\"/></div>");
b.append("<div><code>"+Utilities.escapeXml(tx.getValueSet())+"</code><button title=\"Click to copy URL\" class=\"btn-copy\" data-clipboard-text=\""+Utilities.escapeXml(tx.getValueSet())+"\"></button></div>");
if (link != null) {
if (Utilities.isAbsoluteUrlLinkable(link)) {
b.append("<div>from <a href=\""+Utilities.escapeXml(link)+"\">"+Utilities.escapeXml(link)+"</a></div>");
Expand Down

0 comments on commit 13733a4

Please sign in to comment.