Subject: CVS commit: htdocs/es
To: None <www-changes@netbsd.org>
From: Julio Merino <jmmv@netbsd.org>
List: www-changes
Date: 11/30/2002 19:00:24
Module Name:	htdocs
Committed By:	jmmv
Date:		Sat Nov 30 17:00:24 UTC 2002

Modified Files:
	htdocs/es: adjust.sed

Log Message:
When quoting numeric arguments, be sure to only apply the rule if a number
appears. That is, replace arg=3 with arg="3". The old rule caused problems:
it replaced things like arg="text" with arg="""text".


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 htdocs/es/adjust.sed

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.