Merge remote-tracking branch 'origin/dev'
This commit is contained in:
@@ -46,6 +46,10 @@ public abstract class WebPage {
|
|||||||
this.document = documentBuilder.newDocument();
|
this.document = documentBuilder.newDocument();
|
||||||
this.head = (HTMLHeadElement) this.document.createElement("head");
|
this.head = (HTMLHeadElement) this.document.createElement("head");
|
||||||
this.body = (HTMLBodyElement) this.document.createElement("body");
|
this.body = (HTMLBodyElement) this.document.createElement("body");
|
||||||
|
|
||||||
|
this.document.appendChild(this.head);
|
||||||
|
|
||||||
|
this.document.appendChild(this.body);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user