Remove trailing whitespace.

This commit is contained in:
Simon L. B. Nielsen 2005-12-04 21:15:34 +00:00
parent e9f6345562
commit f982a5362c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26517

View file

@ -52,7 +52,7 @@
# #
# _________________________________________________________________ # _________________________________________________________________
# #
# $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/&/&amp;/g; s/</&lt;/g; s/>/&gt;/g; $_; } sub escape($) { $_ = $_[0]; s/&/&amp;/g; s/</&lt;/g; s/>/&gt;/g; $_; }