- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Sep 2009 21:13:06 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv32690
Modified Files:
check
Log Message:
Fix mark_error() prototype.
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.702
retrieving revision 1.703
diff -u -d -r1.702 -r1.703
--- check 23 Sep 2009 21:11:01 -0000 1.702
+++ check 23 Sep 2009 21:13:04 -0000 1.703
@@ -2198,7 +2198,7 @@
# Chop the source line into 3 pieces; the character at which the error
# was detected, and everything to the left and right of that position.
# That way we can add markup to the relevant char without breaking &ent().
-sub mark_error (\$\$) {
+sub mark_error ($$) {
my $line = shift;
my $col = shift;
Received on Wednesday, 23 September 2009 21:13:14 UTC