Description
TaskLogServlet#printTaskLog closes some HTML tags that it never opens. These should be removed. This isn't a problem while viewing in a browser, but can lead to issues while parsing it.
if( !plainText ) { out.write("</pre></td></tr></table><hr><br>\n".getBytes()); // <--- here }