mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-09 06:14:45 +00:00
Fix additional bindings html generation issue
This commit is contained in:
parent
4ffe900fb3
commit
6004dfe8ea
@ -259,7 +259,8 @@ public class AdditionalBindingsRenderer {
|
||||
if (binding.compare!=null && binding.valueSet.equals(binding.compare.valueSet))
|
||||
valueset.style(STYLE_UNCHANGED);
|
||||
if (br.url != null) {
|
||||
XhtmlNode a = valueset.ah(determineUrl(br.url), br.uri).tx(br.display);
|
||||
XhtmlNode a = valueset.ah(determineUrl(br.url), br.uri);
|
||||
a.tx(br.display);
|
||||
if (br.external) {
|
||||
a.tx(" ");
|
||||
a.img("external.png", null);
|
||||
|
Loading…
x
Reference in New Issue
Block a user