On 30/11/2017 07:45, [email protected] wrote:
:

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

This looks okay to me. Anything else missing while you are there?

-Alan

Reply via email to