fix bug generating CapabilityStatement Narratives
This commit is contained in:
parent
2cc3d2a1e2
commit
11149b567d
|
@ -0,0 +1 @@
|
|||
* fix bug generating CapabilityStatement Narratives
|
|
@ -755,7 +755,8 @@ public class XhtmlNode implements IBaseXhtml {
|
|||
|
||||
|
||||
public XhtmlNode nbsp() {
|
||||
return addText(NBSP);
|
||||
addText(NBSP);
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue