@@ -497,7 +497,7 @@ public String byKey(String defnFile, Set<String> outputTracker, boolean toTabs,
497
497
498
498
sdCopy .getSnapshot ().setElement (getKeyElements ());
499
499
sdr .getContext ().setStructureMode (mode );
500
- org .hl7 .fhir .utilities .xhtml .XhtmlNode table = sdr .generateTable (new RenderingStatus (), defnFile , sdCopy , false , destDir , false , sdCopy .getId (), true , corePath , "" , sd .getKind () == StructureDefinitionKind .LOGICAL , false , outputTracker , true , gen .withUniqueLocalPrefix (all ? "ka" :"k" ), toTabs ? ANCHOR_PREFIX_KEY : ANCHOR_PREFIX_SNAP , resE );
500
+ org .hl7 .fhir .utilities .xhtml .XhtmlNode table = sdr .generateTable (new RenderingStatus (), defnFile , sdCopy , false , destDir , false , sdCopy .getId (), true , corePath , "" , sd .getKind () == StructureDefinitionKind .LOGICAL , true , outputTracker , true , gen .withUniqueLocalPrefix (all ? "ka" :"k" ), toTabs ? ANCHOR_PREFIX_KEY : ANCHOR_PREFIX_SNAP , resE );
501
501
502
502
return composer .compose (table );
503
503
}
@@ -555,7 +555,7 @@ public String byKeyElements(String defnFile, Set<String> outputTracker) throws I
555
555
List <ElementDefinition > keyElements = getKeyElements ();
556
556
557
557
sdCopy .getSnapshot ().setElement (keyElements );
558
- org .hl7 .fhir .utilities .xhtml .XhtmlNode table = sdr .generateTable (new RenderingStatus (), defnFile , sdCopy , false , destDir , false , sdCopy .getId (), true , corePath , "" , sd .getKind () == StructureDefinitionKind .LOGICAL , false , outputTracker , true , gen , ANCHOR_PREFIX_KEY , resE );
558
+ org .hl7 .fhir .utilities .xhtml .XhtmlNode table = sdr .generateTable (new RenderingStatus (), defnFile , sdCopy , false , destDir , false , sdCopy .getId (), true , corePath , "" , sd .getKind () == StructureDefinitionKind .LOGICAL , true , outputTracker , true , gen , ANCHOR_PREFIX_KEY , resE );
559
559
560
560
return composer .compose (table );
561
561
}
0 commit comments