summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlink <link@localhost>2005-02-13 18:50:09 +0000
committerlink <link@localhost>2005-02-13 18:50:09 +0000
commitcbaddf9d74ba9f875ff23479e2807e0478e41b4d (patch)
tree29d27438ce4b5dbde576ad814780b81b0ea79411
parent2cebc65b13b0a35b81b6587f6bdc529f67ff999a (diff)
downloadmarkup-validator-cbaddf9d74ba9f875ff23479e2807e0478e41b4d.zip
markup-validator-cbaddf9d74ba9f875ff23479e2807e0478e41b4d.tar.gz
markup-validator-cbaddf9d74ba9f875ff23479e2807e0478e41b4d.tar.bz2
Minor comment style fix.
-rwxr-xr-xhttpd/cgi-bin/check8
1 files changed, 5 insertions, 3 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index c1e0e3a..970ea9c 100755
--- a/httpd/cgi-bin/check
+++ b/httpd/cgi-bin/check
@@ -9,7 +9,7 @@
# This source code is available under the license at:
# http://www.w3.org/Consortium/Legal/copyright-software
#
-# $Id: check,v 1.397 2005-02-13 15:27:29 link Exp $
+# $Id: check,v 1.398 2005-02-13 18:50:09 link Exp $
#
# Disable buffering on STDOUT!
@@ -224,7 +224,7 @@ Directory not readable (permission denied): @_r
#
# Strings
- $VERSION = q$Revision: 1.397 $;
+ $VERSION = q$Revision: 1.398 $;
$VERSION =~ s/Revision: ([\d\.]+) /$1/;
#
@@ -552,7 +552,7 @@ unless ($File->{Charset}->{Use}) { # No charset given...
#
-# @@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 @@ sub iana_charset_blurb () {
</p>
.EOF.
}
+#@@FIXME;
+
#
# Abort if an error was flagged while finding the encoding.