Skip to content

Commit

Permalink
8182413: jdwp-protocol is generated without a DOCTYPE directive
Browse files Browse the repository at this point in the history
Summary: add a DOCTYPE directive
Reviewed-by: alanb
  • Loading branch information
sspitsyn committed Dec 6, 2017
1 parent 6776952 commit bfda854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make/jdk/src/classes/build/tools/jdwpgen/RootNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ void constrainComponent(Context ctx, Node node) {
}

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) {
Expand Down

0 comments on commit bfda854

Please sign in to comment.