8182413: jdwp-protocol is generated without a DOCTYPE directive
Add a DOCTYPE directive Reviewed-by: alanb
This commit is contained in:
parent
7e9984c112
commit
32bf9b9c6a
@ -40,6 +40,7 @@ class RootNode extends AbstractNamedNode {
|
||||
}
|
||||
|
||||
void document(PrintWriter writer) {
|
||||
writer.println("<!DOCTYPE html>");
|
||||
writer.println("<html><head><title>" + comment() + "</title></head>");
|
||||
writer.println("<body bgcolor=\"white\">");
|
||||
for (Node node : components) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user