<div dir="ltr"><div><div><div><div><div>Hello,<br><br></div>I'm trying the HTML layout of logback version 1.1.7 with Java 1.8.0_131 at the moment. But I found out that it does not set the corresponding end tags for <table>, <body> and <html>. My configuration looks like this:<br><br>    <appender name="FILE" class="ch.qos.logback.core.FileAppender"><br>        <file>index.html</file><br>        <append>false</append><br>        <encoder class="ch.qos.logback.core.encoder.LayoutWrappingEncoder"><br>            <layout class="ch.qos.logback.classic.html.HTMLLayout"><br>                <pattern>%d{yyyy-MM-dd HH:mm:ss}%-5level%msg%logger{0}</pattern><br>            </layout><br>        </encoder><br>    </appender><br><br></div>Am I doing something wrong or am I missing some little configuration here? I really would like to have valid HTML at the end...<br><br></div>Thank you for your advice.<br><br></div>Best regards<br></div>Julian<br></div>