From: reyk Date: Thu, 1 Jan 2015 14:21:06 +0000 (+0000) Subject: Use the recommended HTML5 doctype in error pages. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f75b1bb6517f37b515d1b025257dd24100e6a6db;p=openbsd Use the recommended HTML5 doctype in error pages. OK validator.w3.org (This document was successfully checked as HTML5!) --- diff --git a/usr.sbin/relayd/relay_http.c b/usr.sbin/relayd/relay_http.c index 6622c34be64..e462034e457 100644 --- a/usr.sbin/relayd/relay_http.c +++ b/usr.sbin/relayd/relay_http.c @@ -1,4 +1,4 @@ -/* $OpenBSD: relay_http.c,v 1.37 2014/12/21 00:54:49 guenther Exp $ */ +/* $OpenBSD: relay_http.c,v 1.38 2015/01/01 14:21:06 reyk Exp $ */ /* * Copyright (c) 2006 - 2014 Reyk Floeter @@ -928,8 +928,7 @@ relay_abort_http(struct rsession *con, u_int code, const char *msg, "Connection: close\r\n" "Content-Type: text/html\r\n" "\r\n" - "\n" + "\n" "\n" "\n" "%03d %s\n"