fix bug generating CapabilityStatement Narratives

This commit is contained in:
Grahame Grieve 2021-11-18 14:54:35 +11:00
parent 2cc3d2a1e2
commit 11149b567d
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
* fix bug generating CapabilityStatement Narratives

View File

@ -755,7 +755,8 @@ public class XhtmlNode implements IBaseXhtml {
public XhtmlNode nbsp() {
return addText(NBSP);
addText(NBSP);
return this;
}