- From: Terje Bless <link@dev.w3.org>
- Date: Sun, 13 Feb 2005 18:50:11 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv6968
Modified Files:
check
Log Message:
Minor comment style fix.
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.397
retrieving revision 1.398
diff -u -d -r1.397 -r1.398
--- check 13 Feb 2005 15:27:29 -0000 1.397
+++ check 13 Feb 2005 18:50:09 -0000 1.398
@@ -552,7 +552,7 @@
#
-# @@FIXME: This should be dead code when &add_warning gets templatified.;
+#@@FIXME: This should be dead code when &add_warning gets templatified.
sub iana_charset_blurb () {
return <<".EOF.";
<p>
@@ -567,6 +567,8 @@
</p>
.EOF.
}
+#@@FIXME;
+
#
# Abort if an error was flagged while finding the encoding.
Received on Sunday, 13 February 2005 18:50:11 UTC