Switch to unified view

a/tool/src/utils/html.java b/tool/src/utils/html.java
...
...
324
                + delay
324
                + delay
325
                +"; URL=" 
325
                +"; URL=" 
326
                + URL 
326
                + URL 
327
                + "\">"
327
                + "\">"
328
                + "</head><body>"
328
                + "</head><body>"
329
                + html.br 
330
                + html.div()
329
                + message
331
                + message
332
                + html._div
330
                + "</body></html>";
333
                + "</body></html>"
334
                        ;
331
    }
335
    }
332
    
336
    
333
    /**
337
    /**
334
     * Provides just the meta tag for the HTML portion of the request
338
     * Provides just the meta tag for the HTML portion of the request
335
     * @param URL the page to load
339
     * @param URL the page to load