Update version
This commit is contained in:
parent
448edf45b0
commit
4275261aff
|
@ -690,7 +690,7 @@ public class XhtmlNode extends XhtmlFluent implements IBaseXhtml {
|
||||||
|
|
||||||
|
|
||||||
public XhtmlNode nbsp() {
|
public XhtmlNode nbsp() {
|
||||||
addText(NBSP);
|
addText(" ");
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue