Fix ConceptMap rendering column title
This commit is contained in:
parent
e8009d3ce3
commit
fdb15b8951
|
@ -129,7 +129,7 @@ public class ConceptMapRenderer extends TerminologyRenderer {
|
|||
XhtmlNode tr = tbl.tr();
|
||||
tr.td().b().tx("Source Code");
|
||||
tr.td().b().tx("Relationship");
|
||||
tr.td().b().tx("Destination Code");
|
||||
tr.td().b().tx("Target Code");
|
||||
if (comment)
|
||||
tr.td().b().tx("Comment");
|
||||
tr = tbl.tr();
|
||||
|
|
Loading…
Reference in New Issue