summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2005-05-23 12:08:34 +0000
committerot <ot@localhost>2005-05-23 12:08:34 +0000
commit9204d581ad4e78a67e1093fdd55fb2f7c074d7b8 (patch)
tree2ff373a96a5a8c79732b6ac68737eced9a2edf35
parentd72e15384e3046298e8fe8c8c836e6b2fef91dbe (diff)
downloadmarkup-validator-9204d581ad4e78a67e1093fdd55fb2f7c074d7b8.zip
markup-validator-9204d581ad4e78a67e1093fdd55fb2f7c074d7b8.tar.gz
markup-validator-9204d581ad4e78a67e1093fdd55fb2f7c074d7b8.tar.bz2
Adding a space before "/>" in sample markup for XHTML.
Should fix http://lists.w3.org/Archives/Public/www-validator/2005May/0107.html
-rwxr-xr-xhttpd/cgi-bin/check6
1 files changed, 3 insertions, 3 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index a2d57a3..9b4ef8b 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.420 2005-05-23 05:50:45 ot Exp $
+# $Id: check,v 1.421 2005-05-23 12:08:34 ot Exp $
#
# Disable buffering on STDOUT!
@@ -220,7 +220,7 @@ Directory not readable (permission denied): @_r
#
# Strings
- $VERSION = q$Revision: 1.420 $;
+ $VERSION = q$Revision: 1.421 $;
$VERSION =~ s/Revision: ([\d\.]+) /$1/;
#
@@ -977,7 +977,7 @@ sub report_valid {
$T->param(badge_alt => $cfg->{Badge}->{Alt});
$T->param(badge_h => $cfg->{Badge}->{Height});
$T->param(badge_w => $cfg->{Badge}->{Width});
- $T->param(badge_tagc => ($cfg->{'Parse Mode'} eq 'XML' ? '/' : ''));
+ $T->param(badge_tagc => ($cfg->{'Parse Mode'} eq 'XML' ? ' /' : ''));
}
} elsif (defined $File->{Tentative}) {
$T->param(is_tentative => TRUE);