Remove trailing whitespace.
This commit is contained in:
parent
e9f6345562
commit
f982a5362c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26517
1 changed files with 14 additions and 14 deletions
|
@ -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/&/&/g; s/</</g; s/>/>/g; $_; }
|
sub escape($) { $_ = $_[0]; s/&/&/g; s/</</g; s/>/>/g; $_; }
|
||||||
|
|
Loading…
Reference in a new issue