diff --git a/example/src/main/java/io/netty/example/http/file/HttpStaticFileServerHandler.java b/example/src/main/java/io/netty/example/http/file/HttpStaticFileServerHandler.java index 4a7208241b..1e0b6c0aed 100644 --- a/example/src/main/java/io/netty/example/http/file/HttpStaticFileServerHandler.java +++ b/example/src/main/java/io/netty/example/http/file/HttpStaticFileServerHandler.java @@ -121,7 +121,7 @@ public class HttpStaticFileServerHandler extends SimpleChannelInboundHandler\r\n") - .append("") - .append("Listing of: ") - .append(dirPath) - .append("\r\n") + .append("\r\n") + .append("") + .append("Listing of: ") + .append(dirPath) + .append("\r\n") - .append("

Listing of: ") - .append(dirPath) - .append("

\r\n") + .append("

Listing of: ") + .append(dirPath) + .append("

\r\n") - .append("