From f982a5362c8d7b5f56148a9d381034c8fe91e558 Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Sun, 4 Dec 2005 21:15:34 +0000 Subject: [PATCH] Remove trailing whitespace. --- en/cgi/missing_handler.cgi | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/en/cgi/missing_handler.cgi b/en/cgi/missing_handler.cgi index 426dce09a2..c45941624a 100755 --- a/en/cgi/missing_handler.cgi +++ b/en/cgi/missing_handler.cgi @@ -36,30 +36,30 @@ # missing_handler.cgi message: # ---------------------------------------------------------------------- # FreeBSD.org - Document not found -# +# # The file -# +# # http://www.FreeBSD.org/~wosch/test/bla -# +# # does not exist at this server. You are coming from -# +# # http://www.FreeBSD.org/~wosch/test/error.html. -# +# # The closest match to your request is http://www.FreeBSD.org. # Please contact the server administrator wosch@FreeBSD.org. -# +# # Thank you very much! # # _________________________________________________________________ -# -# $FreeBSD: www/en/cgi/missing_handler.cgi,v 1.15 2004/04/04 21:49:38 phantom Exp $ +# +# $FreeBSD: www/en/cgi/missing_handler.cgi,v 1.16 2004/04/05 14:46:16 phantom Exp $ # ---------------------------------------------------------------------- sub escape($) { $_ = $_[0]; s/&/&/g; s//>/g; $_; } sub escape2($) { $_ = $_[0]; s//>/g; $_; } # output title -$title = $ENV{'MISSING_HANDLER_TITLE'} || +$title = $ENV{'MISSING_HANDLER_TITLE'} || 'FreeBSD.org - Document not found'; # footer message @@ -91,7 +91,7 @@ http://$http_host$redirect_url does not exist at this server.\n]; if ($http_referer) { - print qq{You are coming from + print qq{You are coming from
$http_referer.
@@ -99,18 +99,18 @@ if ($http_referer) { } print qq[ -The closest match to your request is +The closest match to your request is http://$server_name. Please contact the members of the -FreeBSD Documentation Project <freebsd-doc\@FreeBSD.org> +FreeBSD Documentation Project <freebsd-doc\@FreeBSD.org> or the server administrator $server_admin.

-Please try our +Please try our Site Map or -Search Page +Search Page